Hi,
I am creating my own method for printing. I am using PrintDocument and
cycling through the data and creating new pages as neccessary.
My question is, how can I know that total number of pages so that I can put
"Page 1 of 5" on the first page and also I would know when to draw the
report footer?
Can anyone offer any advice?
Tim
I am creating my own method for printing. I am using PrintDocument and
cycling through the data and creating new pages as neccessary.
My question is, how can I know that total number of pages so that I can put
"Page 1 of 5" on the first page and also I would know when to draw the
report footer?
Can anyone offer any advice?
Tim
Comment