PolyLineIntentType Enumeration |
intent of the polygon or polyline annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum PolyLineIntentType
Public Enumeration PolyLineIntentType
public enum class PolyLineIntentType
pdftron.PDF.Annots.PolyLineIntentType = function();
pdftron.PDF.Annots.PolyLineIntentType.createEnum('pdftron.PDF.Annots.PolyLineIntentType', false);
Members
| Member name | Value | Description |
---|
| e_PolygonCloud | 0 | function as a cloud object |
| e_PolyLineDimension | 1 | function as a dimension |
| e_PolygonDimension | 2 | function as a dimension. |
| e_Unknown | 3 | |
See Also