PolyLineGetIntentType Method |
Gets the intent type of the line.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public LineIntentType GetIntentType()
Public Function GetIntentType As LineIntentType
public:
virtual LineIntentType GetIntentType() sealed
function GetIntentType();
Return Value
Type:
LineIntentType An intent type value from the "IntentType" enum.
Implements
ILineGetIntentTypeRemarks 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