PDFView4NET WPF Edition
Rotation Property (PDFPage)




O2S.Components.PDFView4NET Namespace > PDFPage Class : Rotation Property
Gets or sets the page rotation angle.
Syntax
'Declaration
 
Public Property Rotation As PDFPageRotation
'Usage
 
Dim instance As PDFPage
Dim value As PDFPageRotation
 
instance.Rotation = value
 
value = instance.Rotation
public PDFPageRotation Rotation {get; set;}
public: __property PDFPageRotation get_Rotation();
public: __property void set_Rotation( 
   PDFPageRotation value
);
public:
property PDFPageRotation Rotation {
   PDFPageRotation get();
   void set (    PDFPageRotation value);
}

Property Value

The rotation angle of the page.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPage Class
PDFPage Members