[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.PolygonAnnotationBase.PdfPoints

PdfPoints Property

PdfPoints

Gets or sets the points of polygon or polyline in PDF user space coordinates. The positive X axis extends horizontally to the right, and the positive Y axis extends vertically upward, with the origin usually in the lower left corner of the page.

Declaration
public IReadOnlyList<PointF> PdfPoints { get; set; }
Public Property PdfPoints As IReadOnlyList(Of PointF)
See Also