FormFeed Method

Sends the printer the form feed command, which causes it to feed paper.

C#

public void FormFeed();

Remarks

This method also flushes the internal print butter of the class.

Exceptions

PrinterException