ElementGetPosAdjustment Method |
Gets the pos adjustment.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetPosAdjustment()
Public Function GetPosAdjustment As Double
public:
virtual double GetPosAdjustment() sealed
function GetPosAdjustment();
Return Value
Type:
Double The number used to adjust text matrix in horizontal direction when drawing
text. The number is expressed in thousandths of a unit of text space. The returned
number corresponds to a number value within TJ Array. For 'Tj' text strings the
returned value is always 0.
Remarks because CharIterator positioning information already accounts for TJ
adjustments this method is rarely used.
See Also