PdfPathSegmentType Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfPathSegmentType Enumeration
Specifies the type of a PdfPathSegment.

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

Syntax

C#
public enum PdfPathSegmentType
VB
Public Enumeration PdfPathSegmentType

Members

  Member nameValueDescription
Rectangle0 Rectangular segment. See PdfRectangleSegment class.
Point1 Point segment. See PdfPointSegment class.
Line2 Straight line segment. See PdfLineSegment class.
Bezier3 Bezier curve segment. See PdfBezierSegment class.
CloseSubpath4 A segment, closing subpath. See PdfCloseSubpathSegment class.

See Also