TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
tom
NA
8
0
Printing an image file in C#
Jul 22 2008 12:41 AM
I want to print an image kept on hard disk but the printed image is not complete because of its size,what should I do so that the entire image fits into the A4 size paper. following is the code I used in document's PrintPage event: private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e) { //name of the image file is bmp e.Graphics.DrawImage(bmp,new Point(0,0)); }
Reply
Answers (
1
)
how to get domain part from URL
Interface