Instructs the LinePrinter to perform a logical form feed, which moves the printer position to the top of the next page (printing a Header and Footer if required). If the printer is already positioned at the top of the page, this function does nothing. If further BLANK pages are required, use the ActualFormFeed() method.
[Visual Basic]
Public Function FormFeed() As Integer
[C#]
public int FormFeed();
Returns 1 if a form feed was performed, or 0 if no form feed was performed.
A form feed may not be performed if the printer does not support form feeds, or if the printhead is already at the top of the form. For continuous paper, this occurs after Open, but before anything is printed.