Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / PolygonAnnotationBase Class / PdfPoints Property

In This Topic
    PdfPoints Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property PdfPoints As System.Collections.Generic.IReadOnlyList(Of PointF)
    public System.Collections.Generic.IReadOnlyList<PointF> PdfPoints {get; set;}
    See Also