PDFView4NET WinForms Edition
Rotation Property (PDFAnnotation)




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

Property Value

The rotation angle of the annotation.
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

PDFAnnotation Class
PDFAnnotation Members