IPolyLineSetIntentName Method |
Sets the Intent name as an entry from the enum "IntentName"
of the annnotation type.
(Optional; PDF 1.6 )
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetIntentName(
PolyLineIntentType mode
)
Sub SetIntentName (
mode As PolyLineIntentType
)
void SetIntentName(
[InAttribute] PolyLineIntentType mode
)
function SetIntentName(mode);
Parameters
- mode
- Type: pdftron.PDF.AnnotsPolyLineIntentType
The intent name of the annotation using
an entry from the enum "IntentName".
See Also