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