Gets a sequence of connected segments of this
PdfSubpath.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfCollection<PdfPathSegment> Segments { get; }
VB
Public ReadOnly Property Segments As PdfCollection(Of PdfPathSegment)
Get
Property Value
Type:
PdfCollection<
PdfPathSegment>
See Also