PolygonSetIntentName 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 public void SetIntentName(
PolyLineIntentType mode
)
Public Sub SetIntentName (
mode As PolyLineIntentType
)
public:
virtual void SetIntentName(
[InAttribute] PolyLineIntentType mode
) sealed
function SetIntentName(mode);
Parameters
- mode
- Type: pdftron.PDF.AnnotsPolyLineIntentType
The intent name of the annotation using
an entry from the enum "IntentName".
Implements
IPolyLineSetIntentName(PolyLineIntentType)See Also