ILineSetTextVOffset Method |
Sets the vertical offset of the caption.
(For PDF 1.7 )
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetTextVOffset(
double offset
)
Sub SetTextVOffset (
offset As Double
)
void SetTextVOffset(
[InAttribute] double offset
)
function SetTextVOffset(offset);
Parameters
- offset
- Type: SystemDouble
A number denoting the vertical offset of caption in px.
Remarks The vertical offset specifies the offset of the caption text from its normal position.
Specifially the vertical offset perpendicular to the annotation line, with a positive value
indicating a shift up and a negative value indicating a shift down.
Default value: 0(no offset from normal vertical positioning).
See Also