PathDataPathSegmentType Enumeration |
Enumeration used to indicate operator type.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum PathDataPathSegmentType
Public Enumeration PathDataPathSegmentType
public enum class PathDataPathSegmentType
pdftron.PDF.PathDataPathSegmentType = function();
pdftron.PDF.PathDataPathSegmentType.createEnum('pdftron.PDF.PathDataPathSegmentType', false);
Members
| Member name | Value | Description |
---|
| e_moveto | 1 | |
| e_lineto | 2 | |
| e_cubicto | 3 | |
| e_conicto | 4 | |
| e_rect | 5 | |
| e_closepath | 6 | |
See Also