FreeTextIntentName Enumeration |
intentions of the FreeText annotation
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum FreeTextIntentName
Public Enumeration FreeTextIntentName
public enum class FreeTextIntentName
pdftron.PDF.Annots.FreeTextIntentName = function();
pdftron.PDF.Annots.FreeTextIntentName.createEnum('pdftron.PDF.Annots.FreeTextIntentName', false);
Members
| Member name | Value | Description |
---|
| e_FreeText | 0 | plain free-text annotation is also known as a text box comment. |
| e_FreeTextCallout | 1 | callout.
The callout is associated with an area on the page
through the callout line specified in CL. |
| e_FreeTextTypeWriter | 2 | click-to-type
or typewriter object and no callout line is drawn. |
| e_Unknown | 3 | Undefined (Userdefined) intent type. |
See Also