Performs an actual form feed which feeds the paper to the top of the next page. No footers or headers will be printed.
[Visual Basic]
Public Function ActualFormFeed() As Integer
[C#]
public int ActualFormFeed();
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.