Click or drag to resize

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
)

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