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