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; }
Public ReadOnly Property StartPoint As PointF
Get
public:
property PointF StartPoint {
PointF get ();
}
member StartPoint : PointF with get
Property Value
Type:
PointF
See Also