May 4, 2006 #1 furjaw Programmer Mar 27, 2006 49 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 Aug 12, 2002 4,517 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 #4 chrissie1 Programmer Aug 12, 2002 4,517 BE REALLY???? Christiaan Baes Belgium "My new site" - Me Upvote 0 Downvote