How To Print A Image In VB.Net

m_m123

Member
Joined
Mar 11, 2005
Messages
5
Hello,

I have a very clear question. How to Print An Image In VB.Net?

I will be very happy if you can help me.
Thank you very much.
 
From the print page sub:
e.Graphics.DrawImage(image, point, etc.)

It all depends on where its to be drawn, where youre getting the image from, the quality of the drawn image, the size of the image, etc.
 
Back
Top