Table of Contents

Enum PdfPathSegmentType

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the type of a segment in a PDF path.

public enum PdfPathSegmentType

Fields

BezierTo = 2
Close = 3
LineTo = 1
MoveTo = 0
Unknown = -1

Remarks

This enumeration is used to identify the type of path segment in a PDF graphics context. Each value represents a specific drawing operation, such as moving to a point, drawing a line, or creating a Bézier curve.