|
-
Jun 24th, 2012, 11:53 AM
#2
Re: Printing multipage documents
no. to print a second page, you set e.hasmorepages to true at the end of the PrintDocument_PrintPage event. this causes the PrintDocument_PrintPage event to run again after exiting. so for your second page your coordinates start at 0 again.
obviously you need to setup some method for checking which page you're currently printing (within the PrintDocument_PrintPage event) + print the correct lines + text for that page
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
Tags for this Thread
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
|