ElementBuilderCreateTextNewLine Method (Double, Double) |
Create e_text_new_line Element (i.e. a Td operator in PDF content stream).
Move to the start of the next line, offset from the start of the current
line by (dx , dy). dx and dy are numbers expressed in unscaled text space
units.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Element CreateTextNewLine(
double dx,
double dy
)
Public Function CreateTextNewLine (
dx As Double,
dy As Double
) As Element
public:
virtual Element^ CreateTextNewLine(
[InAttribute] double dx,
[InAttribute] double dy
) sealed
function CreateTextNewLine(dx, dy);
Parameters
- dx
- Type: SystemDouble
the dx
- dy
- Type: SystemDouble
the dy
Return Value
Type:
Element the element
See Also