LinePrinter.ActualFormFeed Method

Performs an actual form feed which feeds the paper to the top of the next page. No footers or headers will be printed.

Syntax

[Visual Basic]
Public Function ActualFormFeed() As Integer
[C#]
public int ActualFormFeed();

Return Value

Positive return value indicates that the command was sent.

Negative return value indicates that printing aborted before the command was sent. Printing is aborted if ActualFormFeed is called before the Open() method or after the Close() method.

Exceptions

LinePrinterException

More Information

LinePrinter Class