PolyLineSetIntentType Method |
Sets the intent type of the line.
(For PDF 1.6)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetIntentType(
LineIntentType style
)
Public Sub SetIntentType (
style As LineIntentType
)
public:
virtual void SetIntentType(
[InAttribute] LineIntentType style
) sealed
function SetIntentType(style);
Parameters
- style
- Type: pdftron.PDF.AnnotsLineIntentType
An intent type value from the "IntentType" enum.
Implements
ILineSetIntentType(LineIntentType)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