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
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public List<PdfPointF> Points { get; }
Property Value
ListPdfPointF