NewLine Method

Advances the printer the specified number of lines.

C#

public void NewLine(int numLines);

Parameters

Parameter Description
int numLines An integer value specifying the number of lines to advance the printer media. If zero or a negative value is specified, it will be the same as calling the Flush method.

Remarks

This method also flushes the internal print buffer.

Exceptions

PrinterException