 | PdfPageOriginalRotation Property |
Gets the rotation angle of the page in a saved document.
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 OriginalRotation { get; }
Public ReadOnly Property OriginalRotation As PageRotate
Get
public:
property PageRotate OriginalRotation {
PageRotate get ();
}
member OriginalRotation : PageRotate with get
/** @property */
public PageRotate get_OriginalRotation()
function get_OriginalRotation();
Property Value
Type:
PageRotate
See Also