PrintPreviewDialog problem
Hi All,
I have a wee problem here.
In my application users can highlight a collection of documents and click on a button to print preview. This causes the first document to be displayed and from ther you can print.
The problem is that if I choose 10 documents they have to go through this process 10 times.
Is there any way I can load up all the documents into the PrintPreviewDialog at once ?
Thanks in Advance:wave:
Re: PrintPreviewDialog problem
Sure, you'll need to handle the drawing of the documents yourself, which you can use a PrintDocument control for that, however it'll be tricky and probably tedious to do.