Gets or sets a value representing the clockwise rotation of this page (in degrees).
Namespace:
RadPdf.Data.Document.Pages
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfRotation Rotation { get; set; }
Public Property Rotation As PdfRotation
Get
Set
Property Value
Type:
PdfRotationRemarks
Because a page can only be rotated in 90 degree increments, the
PdfRotation enumeration should be used.
See Also