PolygonSetTextHOffset 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 public void SetTextHOffset(
double offset
)
Public Sub SetTextHOffset (
offset As Double
)
public:
virtual void SetTextHOffset(
[InAttribute] double offset
) sealed
function SetTextHOffset(offset);
Parameters
- offset
- Type: SystemDouble
A umber denoting the horizontal offset of caption in px.
Implements
ILineSetTextHOffset(Double)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