PdfPolygonElementPoints Property

The ordered list of polygon vertices, expressed in points and relative to the top-left corner of the page or template. The polygon is automatically closed by connecting the last vertex back to the first

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public List<PdfPointF> Points { get; }

Property Value

ListPdfPointF

See Also