PdfLineSegment.Start Property

Gets the start point of this PdfLineSegment.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfPoint Start { get; }
VB
Public ReadOnly Property Start As PdfPoint
	Get

Property Value

Type: PdfPoint
The start point of this PdfLineSegment.

See Also