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