Print Image ?

  • Thread starter Thread starter Moustafa
  • Start date Start date
M

Moustafa

Hi all ,
How i can print an Image ?
i can print a document but, i want to attach the images
to this document to print How?
Please reply as soon as possible.
 
Moustafa said:
Hi all ,
How i can print an Image ?
i can print a document but, i want to attach the images
to this document to print How?
Please reply as soon as possible.

Look in MSDN for Graphics.DrawImage, or just look at the Graphics class. You
draw an image in really the same way as you print anything.

HTH,
Eric
 
Back
Top