PdfPolylineElementPoints Property
The ordered list of points the polyline passes through, expressed in points
and relative to the top-left corner of the page or template.
The polyline is drawn as a sequence of straight line segments connecting
consecutive points
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public List<PdfPointF> Points { get; }
Property Value
ListPdfPointF