FreeTextSetIntentName Method |
Sets the Intent name as an entry from the enum "IntentName"
of the annnotation type.
(Optional; PDF 1.4)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetIntentName()
public:
virtual void SetIntentName() sealed
function SetIntentName();
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