In This Topic
Gets or sets the end point of the line annotation in PDF user space coordinates. The coordinates of the point are 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 PdfEnd As System.Drawing.PointF
public System.Drawing.PointF PdfEnd {get; set;}
See Also