PdfBezierSegment.End Property

Gets the end point of this PdfBezierSegment.

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

Syntax

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

Property Value

Type: PdfPoint
The end point of this PdfBezierSegment.

See Also