LineIntentType Enumeration |
This enum represents the intent of the Line annotation.
For each line, one can specify the purpose of the line by choosing its intent defined by the "LineIntentType" enum.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum LineIntentType
Public Enumeration LineIntentType
public enum class LineIntentType
pdftron.PDF.Annots.LineIntentType = function();
pdftron.PDF.Annots.LineIntentType.createEnum('pdftron.PDF.Annots.LineIntentType', false);
Members
| Member name | Value | Description |
---|
| e_LineArrow | 0 | The line is an arrow |
| e_LineDimension | 1 | This line is intented to function as a
dimension line. |
| e_null | 2 | |
See Also