'Declaration
Public Property Points As PdfPoint()
'Usage
Dim instance As PdfPolylineAnnotation Dim value() As PdfPoint instance.Points = value value = instance.Points
public PdfPoint[] Points {get; set;}
public: property array<PdfPoint^>^ Points { array<PdfPoint^>^ get(); void set ( array<PdfPoint^>^ value); }