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