PDFView4NET WPF Edition
Orientation Property




O2S.Components.PDFView4NET.Text Namespace > PDFTextRun Class : Orientation Property
Gets the rotation angle of the display bounds.
Syntax
'Declaration
 
Public ReadOnly Property Orientation As Double
'Usage
 
Dim instance As PDFTextRun
Dim value As Double
 
value = instance.Orientation
public double Orientation {get;}
public: __property double get_Orientation();
public:
property double Orientation {
   double get();
}

Property Value

The rotation angle of the display bounds, relative to top left corner of the bounding rectangle.
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

PDFTextRun Class
PDFTextRun Members