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