ILineGetIntentType Method |
Gets the intent type of the line.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax LineIntentType GetIntentType()
Function GetIntentType As LineIntentType
LineIntentType GetIntentType()
function GetIntentType();
Return Value
Type:
LineIntentType An intent type value from the "IntentType" enum.
Remarks Intent type describes the intent of the line annotation. Valid values shall be "e_LineArrow", which means
that the annotation is intended to function as an arrow, and "e_LineDimension", which means that the annotation
is intended to function as a dimension line.
See Also