 | PdfPageRotation Property |
Gets or sets the page rotation.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.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
RemarksThe PDF page rotates clockwise. See
PageRotate for details.
See Also