PolyLineGetIntentName 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 PolyLineIntentType GetIntentName()
Public Function GetIntentName As PolyLineIntentType
public:
virtual PolyLineIntentType GetIntentName() sealed
function GetIntentName();
Return Value
Type:
PolyLineIntentType the intent name
Return Value
Type:
PolyLineIntentTypes The intent name of the annotation as
an entry from the enum "IntentName".
Implements
IPolyLineGetIntentNameSee Also