[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.InkAnnotation.PdfPaths

PdfPaths Property

PdfPaths

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.

Declaration
public IReadOnlyList<IReadOnlyList<PointF>> PdfPaths { get; set; }
Public Property PdfPaths As IReadOnlyList(Of IReadOnlyList(Of PointF))