'Declaration
Public ReadOnly Property GlyphCorners As PdfPoint()
'Usage
Dim instance As PdfTextGlyph Dim value() As PdfPoint value = instance.GlyphCorners
public PdfPoint[] GlyphCorners {get;}
public: property array<PdfPoint^>^ GlyphCorners { array<PdfPoint^>^ get(); }