Click or drag to resize

ElementSetNewTextLineOffset Method

Sets the offset (dx, dy) to the start of the current line relative to the beginning of the previous line.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetNewTextLineOffset(
	double dx,
	double dy
)

Parameters

dx
Type: SystemDouble
the dx
dy
Type: SystemDouble
the dy
See Also