PDFView4NET WPF Edition
DisplayBounds Property (PDFTextRunSelection)




O2S.Components.PDFView4NET.Text Namespace > PDFTextRunSelection Class : DisplayBounds Property
Gets the bounding rectangle of the selected text.
Syntax
'Declaration
 
Public ReadOnly Property DisplayBounds As DisplayRectangle
'Usage
 
Dim instance As PDFTextRunSelection
Dim value As DisplayRectangle
 
value = instance.DisplayBounds
public DisplayRectangle DisplayBounds {get;}
public: __property DisplayRectangle* get_DisplayBounds();
public:
property DisplayRectangle^ DisplayBounds {
   DisplayRectangle^ get();
}
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

PDFTextRunSelection Class
PDFTextRunSelection Members