[]
Gets or sets the list of lists of points, in which each list of points represents a stroked path. The coordinates of points are relative to the upper left corner of the page's media box, with the Y (vertical) coordinates increasing from top to bottom.
Note that if the annotation is associated with more than one page, the media box of the first of those pages is used to calculate the coordinates.
public IReadOnlyList<IReadOnlyList<PointF>> Paths { get; set; }
Public Property Paths As IReadOnlyList(Of IReadOnlyList(Of PointF))