[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.LineAnnotation.End

End Property

End

Gets or sets the end point of the line. The coordinates of the point 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 rectangle's location.

Declaration
public PointF End { get; set; }
Public Property [End] As PointF