PdfCloseSubpathSegment.End Property

End point of this PdfCloseSubpathSegment, equals to start point of the subpath.

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

See Also