Click or drag to resize

PdfLineDataEndPoint Property

Gets or sets the ending point for the line.
Gets or sets the end 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 EndPoint { get; set; }

Property Value

Type: PointF
The ending point for the line.

Property Value

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