In This Topic
Gets or sets the list of lists of points, in which each list of points represents a stroked path 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 PdfPaths As System.Collections.Generic.IReadOnlyList(Of IReadOnlyList(Of PointF))
public System.Collections.Generic.IReadOnlyList<IReadOnlyList<PointF>> PdfPaths {get; set;}
See Also