Gets the bounds of the glyphs in the text run in display coordinate system.
'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.
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