Click or drag to resize

PdfLineAnnotationWidget StartPoint Property

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: 11.3.7.0 (11.3.7.1046)
Syntax
public PointF StartPoint { get; }

Property Value

Type: PointF
See Also