Click or drag to resize

LineCapPos Enumeration

Enumeration type describing the annotation’s caption positioning. Valid values are e_Inline, meaning the caption shall be centered inside the line, and e_Top, meaning the caption shall be on top of the line.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum LineCapPos
Members
  Member nameValueDescription
e_Inline0the caption shall be centered inside the line
e_Top1the caption shall be on top of the line
See Also