PolygonSetCaptionPosition Method |
Sets the caption position of a line.
(PDF 1.7)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetCaptionPosition(
LineCapPos style
)
Public Sub SetCaptionPosition (
style As LineCapPos
)
public:
virtual void SetCaptionPosition(
[InAttribute] LineCapPos style
) sealed
function SetCaptionPosition(style);
Parameters
- style
- Type: pdftron.PDF.AnnotsLineCapPos
A cap position value from the "CapPos" enum.
Implements
ILineSetCaptionPosition(LineCapPos)Remarks Caption position describs 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.
Default value: Inline.
See Also