PDFView4NET WPF Edition
GlyphBounds Property




O2S.Components.PDFView4NET.Text Namespace > PDFTextRun Class : GlyphBounds Property
Gets the bounds of the glyphs in the text run.
Syntax
'Declaration
 
Public ReadOnly Property GlyphBounds As PDFRectangle()
'Usage
 
Dim instance As PDFTextRun
Dim value() As PDFRectangle
 
value = instance.GlyphBounds
public PDFRectangle[] GlyphBounds {get;}
public: __property PDFRectangle*[]* get_GlyphBounds();
public:
property array<PDFRectangle^>^ GlyphBounds {
   array<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

PDFTextRun Class
PDFTextRun Members