PdfPathSegment.Type Property

Gets the type of this PdfPathSegment.

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

Syntax

C#
public PdfPathSegmentType Type { get; }
VB
Public ReadOnly Property Type As PdfPathSegmentType
	Get

Property Value

Type: PdfPathSegmentType
The type of this PdfPathSegment.

See Also