B
Bryan
Hi,
I have an app written in c# that prints string and images to a page using
System.Drawing.Printing. The problem is that when I query the printer
resolution and set the printing to default (600 DPI) it prints the images
fine but the printing is slow, and you can see the print jobs are like 500kb
per page.
I tried setting the PrinterResolution to 300DPI and the text still looked
good, printing was fast which seemed great. The problem was that at 300DPI
the image (bitmap 300dpi) was very pixelated and you could see the pixels.
Is there any way to programmatically make the printing fast, and the images
and text look great?
Thanks,
Bryan
I have an app written in c# that prints string and images to a page using
System.Drawing.Printing. The problem is that when I query the printer
resolution and set the printing to default (600 DPI) it prints the images
fine but the printing is slow, and you can see the print jobs are like 500kb
per page.
I tried setting the PrinterResolution to 300DPI and the text still looked
good, printing was fast which seemed great. The problem was that at 300DPI
the image (bitmap 300dpi) was very pixelated and you could see the pixels.
Is there any way to programmatically make the printing fast, and the images
and text look great?
Thanks,
Bryan