Click or drag to resize

PdfLineDataStartPoint Property

Gets or sets the starting point for the line.
Gets or sets the start point of the line in annotation space.

Namespace:  Atalasoft.Annotate.Pdf
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[TypeConverterAttribute(typeof(PointFTypeConverter))]
public PointF StartPoint { get; set; }

Property Value

Type: PointF
The starting point for the line.

Property Value

Type: PointF
The start point of the line in annotation space.
See Also