PDFView4NET WinForms Edition
DisplayBounds Property (PDFTextRun)




O2S.Components.PDFView4NET.Text Namespace > PDFTextRun Class : DisplayBounds Property
Gets the bounds of this text run in display coordinate system.
Syntax
'Declaration
 
Public ReadOnly Property DisplayBounds As DisplayRectangle
'Usage
 
Dim instance As PDFTextRun
Dim value As DisplayRectangle
 
value = instance.DisplayBounds
public DisplayRectangle DisplayBounds {get;}
public: __property DisplayRectangle* get_DisplayBounds();
public:
property DisplayRectangle^ DisplayBounds {
   DisplayRectangle^ get();
}

Property Value

The bounding rectangle of the text run in display coordinate system.
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