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?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.