May 4, 2006 #1 furjaw Programmer Joined Mar 27, 2006 Messages 49 Location US Visual basic 2005 Express Edition: I have a PrintDocument: Private WithEvents mDoc As New PrintDocument() I would like to convert it to a Bitmap, so that I can write it out to disk as a JPEG. How do I convert a PrintDocument to a Bitmap?
Visual basic 2005 Express Edition: I have a PrintDocument: Private WithEvents mDoc As New PrintDocument() I would like to convert it to a Bitmap, so that I can write it out to disk as a JPEG. How do I convert a PrintDocument to a Bitmap?
May 4, 2006 #2 chrissie1 Programmer Joined Aug 12, 2002 Messages 4,517 Location BE Well. The code you use to print on the graphics canvas of the printdocumnt (printpage event) can also be used to draw on the graphics of a bitmap. Christiaan Baes Belgium "My new site" - Me Upvote 0 Downvote
Well. The code you use to print on the graphics canvas of the printdocumnt (printpage event) can also be used to draw on the graphics of a bitmap. Christiaan Baes Belgium "My new site" - Me
May 4, 2006 Thread starter #3 furjaw Programmer Joined Mar 27, 2006 Messages 49 Location US THANK YOU!!! Upvote 0 Downvote
May 4, 2006 #4 chrissie1 Programmer Joined Aug 12, 2002 Messages 4,517 Location BE REALLY???? Christiaan Baes Belgium "My new site" - Me Upvote 0 Downvote