FreeTextSetIntentName Method (FreeTextIntentName) |
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(
FreeTextIntentName mode
)
Public Sub SetIntentName (
mode As FreeTextIntentName
)
public:
virtual void SetIntentName(
[InAttribute] FreeTextIntentName mode
) sealed
function SetIntentName(mode);
Parameters
- mode
- Type: pdftron.PDF.AnnotsFreeTextIntentName
The intent name of the annotation as
an entry from the enum "IntentJName".
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