|
Printing multiple pages with dynamic content
Hi all,
what is the best way of printing multiple documents where each document can have number of pages. The problem is that to know the number of pages for the document I need to have a graphics context.
I could use IPrintable interface and in the print method return PAGE_EXISTS until the last page is printed, but each document can have a different PageFormat.
Thanks,
Andrej.
|