PDFPathItemType¶
Namespace: O2S.Components.PDF4NET.Content
Specifies the supported types for the items in a PDFPathVisualObject.
Inheritance Object → ValueType → Enum → PDFPathItemType
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| MoveTo | 0 | Move to item. |
| LineTo | 1 | Line to item. |
| Rectangle | 2 | Rectangle item. |
| CCurveTo | 3 | C-type curve to item. |
| VCurveTo | 4 | V-type curve to item. |
| YCurveTo | 5 | Y-type curve to item. |
| CloseSubpath | 6 | Close subpath item. |