 | PdfMKRotation Property |
Gets or sets a value indicating how the widget annotation is rotated counterclockwise relative to the page.
Namespace:
Patagames.Pdf.Net.Wrappers
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic PageRotate Rotation { get; set; }
Public Property Rotation As PageRotate
Get
Set
public:
property PageRotate Rotation {
PageRotate get ();
void set (PageRotate value);
}
member Rotation : PageRotate with get, set
/** @property */
public PageRotate get_Rotation()
/** @property */
public void set_Rotation(PageRotate value)
function get_Rotation();
function set_Rotation(value);
Property Value
Type:
PageRotate
See Also