ILineGetTextHOffset Method |
Gets the horizontal offset of the caption.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Function GetTextHOffset As Double
function GetTextHOffset();
Return Value
Type:
Double A number 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