Hi guys...
I need some help with printing here!
I need to print something I draw with Graphics.DrawLine first to a bitmap, and then, on the printdocument printpage event I call the e.graphics.drawimage to draw it on the document...
Th only problem is that the lines appear with a smooth look than I dont want... I want my lines to be as sharp a they can be!
If, instead of sending the image to the printdocument, I show it on an PictureBox the bmp its just like I want it.
Any ideas?
Alex
I need some help with printing here!
I need to print something I draw with Graphics.DrawLine first to a bitmap, and then, on the printdocument printpage event I call the e.graphics.drawimage to draw it on the document...
Th only problem is that the lines appear with a smooth look than I dont want... I want my lines to be as sharp a they can be!
If, instead of sending the image to the printdocument, I show it on an PictureBox the bmp its just like I want it.
Any ideas?
Alex