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?
|