Click or drag to resize

ILineSetIntentType 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
void SetIntentType(
	LineIntentType style
)

Parameters

style
Type: pdftron.PDF.AnnotsLineIntentType
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