[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.FreeTextAnnotation.CalloutLine

CalloutLine Property

CalloutLine

Gets or sets an array of 2 or 3 PointF structures specifying a callout line attached to the free text annotation. 3 points represent the starting coordinates, the knee point, and the ending coordinates of the line. 2 points represent the starting and ending coordinates of the line. The coordinates are in default user space relative to the upper left corner of the page's media box, with the Y (vertical) coordinates increasing from top to bottom.

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