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 Enumeration LineCapPos
public enum class LineCapPos
pdftron.PDF.Annots.LineCapPos = function();
pdftron.PDF.Annots.LineCapPos.createEnum('pdftron.PDF.Annots.LineCapPos', false);
Members
| Member name | Value | Description |
---|
| e_Inline | 0 | the caption shall be centered inside the line |
| e_Top | 1 | the caption shall be on top of the line |
See Also