printing "total pages" with PrintDocument object

T

Twister

hello,

I would like to print report with OnPrintPage event and after that add
footer "Page X of Y" to every page (because then i would know how many
pages there are). How can I do that ?

Regards

Pawel
 
G

Guest

Hello,

Unfortunatelly, you have to count it yourself :) Because you know what
you're going to print, you can measure all graphics elements using GDI+
classes.
 

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

Top