I have 3 printing methods: printa, printb , and printc (each printing a form) . All the 3 forms need to be printed across multiple pages. How can I print across 3 pages?
I know that we need to use the the event handler and use currentpage and e.hasmorepages but I’m not sure how to use it.
Simply keep track of the page number. You set it to 0 in the BeginPrint event and increment it every time that PrintPage is called. Like this: