NewPage Method
Object List Next Object
Defined By: Printer
Description:
Completes the current page and starts a new one.
Declaration:
Sub NewPage()
Details:
The NewPage method goes to the next printer page, advancing if necessary. The
printer position is then reset to the top leftmost corner of the new page.
Each time NewPage is invoked, the Page property of the Printer object is
incremented by 1.
See Also:
EndDoc method, Page property