I had a problem of printing quality and I described it in this link : enter link description here
I tried many different solutions that helped other guys with similar prob but they don't work for me because I have a new prob of saving image as bitmap(with low quality)
finally I decided to ask my current question , because as u see in above link , my prob starts after saving the image in system(96dpi) and restoring it . but I have no way so I'm looking for a way that make it possible to save an image (that has pixels drawn from a graphic) without losing quality.
thanx in advance
While 96 dpi is fine for screen display, it is not for printing. For printing you need at least 300 dpi to make it look sharp.
Out of curiosity I created a C# console application that prints a text on a 600 dpi bitmap. I came up with this:
This is the printed result