PDFView4NET WinForms Edition
Rotation Property (PDFMeasureAnnotation)




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

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

PDFMeasureAnnotation Class
PDFMeasureAnnotation Members