C#: Whats is the best way to print multiple images?
- by Murat
Have a good day,
I need to print a large image collection of pictures.
If I use something like:
printDocument.PrintPage += OnPrintPage;
printDocument.Print();
my printing task size in printer queue takes more than 1 GB!.
Does abybody suggest how can I print images one by one. Maybe some event like PrintJobIsFinished is available? Thanks for any help.
--
Best Regards,
Murat