PolygonGetCaptionPosition Method |
Gets the caption position of a line.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public LineCapPos GetCaptionPosition()
Public Function GetCaptionPosition As LineCapPos
public:
virtual LineCapPos GetCaptionPosition() sealed
function GetCaptionPosition();
Return Value
Type:
LineCapPos A cap position value from the "CapPos" enum.
Implements
ILineGetCaptionPositionRemarks 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