PolyLineSetTextVOffset 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 public void SetTextVOffset(
double offset
)
Public Sub SetTextVOffset (
offset As Double
)
public:
virtual void SetTextVOffset(
[InAttribute] double offset
) sealed
function SetTextVOffset(offset);
Parameters
- offset
- Type: SystemDouble
A number denoting the vertical offset of caption in px.
Implements
ILineSetTextVOffset(Double)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