PDFView4NET WinForms Edition
DisplayGlyphBounds Property




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

Property Value

The bounding rectangles of the glyphs 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