why PrintDocument.PrintPage() does not send me the current page

  • Thread starter Thread starter Guest
  • Start date Start date
Fei,

I can see how that would be helpful, but it's not that hard to keep
track of the information yourself. All you have to do is have a class level
field (or a static field if your print event handler is static) which you
increment each time the function is called (and reset with each new call to
print a new document).

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top