Enum PdfSegmentType
Represents the type of a segment in a PDF path.
public enum PdfSegmentType
Fields
BezierTo = 1
LineTo = 0
MoveTo = 2
Unknown = -1
Remarks
This enumeration is used to identify the type of drawing operation for a segment in a PDF path. It includes operations such as moving to a point, drawing a line, or creating a Bézier curve.