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
)
Public Sub SetNewTextLineOffset (
dx As Double,
dy As Double
)
public:
virtual void SetNewTextLineOffset(
[InAttribute] double dx,
[InAttribute] double dy
) sealed
function SetNewTextLineOffset(dx, dy);
Parameters
- dx
- Type: SystemDouble
the dx
- dy
- Type: SystemDouble
the dy
See Also