PdfPointSegment.Value Property

Gets the start point of a subpath.

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

Syntax

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

Property Value

Type: PdfPoint
The start point of a subpath.

See Also