[]
The enumeration that describes the current path state.
public enum PdfPathState
| Name | Description |
|---|---|
| Building | Added at least one segment. |
| Ended | Ended path (no fill/stroke yet). |
| None | No path active. |
| Started | Started path. |