ElementGetNewTextLineOffset Method |
Gets the offset (out_x, out_y) to the start of the current line relative to
the beginning of the previous line.
out_x and out_y are numbers expressed in unscaled text space units.
The returned numbers correspond to the arguments of 'Td' operator.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void GetNewTextLineOffset(
DoubleRef out_x,
DoubleRef out_y
)
Public Sub GetNewTextLineOffset (
out_x As DoubleRef,
out_y As DoubleRef
)
public:
virtual void GetNewTextLineOffset(
[InAttribute] DoubleRef^ out_x,
[InAttribute] DoubleRef^ out_y
) sealed
function GetNewTextLineOffset(out_x, out_y);
Parameters
- out_x
- Type: pdftron.CommonDoubleRef
x coordinate of the text line offset
- out_y
- Type: pdftron.CommonDoubleRef
y coordinate of the text line offset
See Also