I have a printing program which runs in a timer controlled loop.

Now, I want it so that the printer starts the printing from a new page everytime the print command is called. Right now, the printer stops whereever the printing stops, which means the next page starts from the middle of the page instead of a new page.

Is there a way to set this in VB.Net Printing Namespace?