Click or drag to resize

LineIntentType Enumeration

This enum represents the intent of the Line annotation. For each line, one can specify the purpose of the line by choosing its intent defined by the "LineIntentType" enum.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum LineIntentType
Members
  Member nameValueDescription
e_LineArrow0The line is an arrow
e_LineDimension1This line is intented to function as a dimension line.
e_null2
See Also