PDFView4NET WPF Edition
Bounds Property (PDFTextRunSelection)




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