|
-
Sep 26th, 2002, 10:53 AM
#1
Thread Starter
Registered User
printing an image file
I am writing a program where I am using a variable of type image. I have an image stored in it. Now, all I need to do is to print the image in that image variable to the printer. I know I have to use the PrintDocument object, but I can not figure out how to do it. Thanks for the help!
shootsnlad
-
Oct 8th, 2005, 07:50 PM
#2
Frenzied Member
Re: printing an image file
this is a very old post , but i am still interesting in it
does any one knows How ?????
-
Oct 8th, 2005, 09:39 PM
#3
Re: printing an image file
The "e" argument to the PrintPage event handler of a PrintDocument has a Graphics property that is used to draw objects on the print surface. You just call the DrawImage method of that object.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|