C#: Whats is the best way to print multiple images?
Posted
by Murat
on Stack Overflow
See other posts from Stack Overflow
or by Murat
Published on 2010-06-07T14:30:01Z
Indexed on
2010/06/07
14:32 UTC
Read the original article
Hit count: 294
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
© Stack Overflow or respective owner