Gets the endpoint of the annotation, it's at the bottom left The origin of coordinate system corresponds to the lower-left corner of page.The positive x axis extends horizontally to the right and the positive y axis vertically upward

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PointF EndPoint { get; }
Public ReadOnly Property EndPoint As PointF
	Get
public:
property PointF EndPoint {
	PointF get ();
}
member EndPoint : PointF with get

Property Value

PointF

See Also