Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / InkAnnotation Class / PdfPaths Property

In This Topic
    PdfPaths Property
    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