Enum PdfPathSegmentType
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies the type of a PdfPathSegment.
public enum PdfPathSegmentType
Fields
Bezier = 3
Bezier curve segment. See PdfBezierSegment class.
CloseSubpath = 4
A segment, closing subpath. See PdfCloseSubpathSegment class.
Line = 2
Straight line segment. See PdfLineSegment class.
Point = 1
Point segment. See PdfPointSegment class.
Rectangle = 0
Rectangular segment. See PdfRectangleSegment class.