Gets the startpoint 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 StartPoint { get; }
Public ReadOnly Property StartPoint As PointF
	Get
public:
property PointF StartPoint {
	PointF get ();
}
member StartPoint : PointF with get

Property Value

PointF

See Also