FreeTextGetIntentName Method |
Gets the Intent name as an entry from the enum "IntentName"
of the annnotation type.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public FreeTextIntentName GetIntentName()
Public Function GetIntentName As FreeTextIntentName
public:
virtual FreeTextIntentName GetIntentName() sealed
function GetIntentName();
Return Value
Type:
FreeTextIntentName the intent name
Return Value
Type:
FreeTextIntentNames The intent name of the annotation as
an entry from the enum "IntentName".
Remarks The intent name describes the intent of the free text annotation.
The following values shall be valid:
e_FreeText - The annotation is intended to function as a plain free-text annotation.
A plain free-text annotation is also known as a text box comment.
e_FreeTextCallout - The annotation is intended to function as a callout.
The callout is associated with an area on the page through the callout line specified in CL.
e_FreeTextTypeWriter - The annotation is intended to function as a click-to-type or typewriter
object and no callout line is drawn.
Default value: e_FreeText
See Also