|
-
Jun 12th, 2006, 09:38 AM
#1
Thread Starter
New Member
Printing from beginning of page in VB.Net
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?
-
Jun 12th, 2006, 11:11 AM
#2
Re: Printing from beginning of page in VB.Net
Each execution of the PrintPage event handler should print a single page. Are you saying that that is not the case?
-
Jun 13th, 2006, 08:51 AM
#3
Thread Starter
New Member
Re: Printing from beginning of page in VB.Net
That is not the case.
Does it have to do with the Settings on the Printer?
-
Jun 13th, 2006, 06:51 PM
#4
Re: Printing from beginning of page in VB.Net
I think we should see some code, like your PrintPage event handler and where you call Print.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|