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