Documents for PDF, .NET Edition Documentation
Points Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Annotations Namespace > PolygonAnnotationBase Class : Points Property
Gets or sets the points of polygon or polyline.
Syntax
'Declaration
 
Public Property Points As System.Collections.Generic.IList(Of PointF)
public System.Collections.Generic.IList<PointF> Points {get; set;}
See Also

Reference

PolygonAnnotationBase Class
PolygonAnnotationBase Members