printing to file ???

C

cmrchs

Hi,

when using the PrintDialog-control and printing GDI-instructions to a file, to what format is the file saved ?
(It is typically those GDI-instructions that are used in the PrintPage event-handler of the PrintDocument-object)

The thing is that I would like to view the content of the file afterwards in a browser, but right now, nothing is shown when I open the file in the browser.

thanks
Chris

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
L

Lalasa

couple of ways would be
1. Draw the drawing to a bitmap and display the bitmap to the browser
2. Draw the drawing to a bitmap and save it to a image (bmp, gif or
jpeg) file.
3. Draw the drawing to an eps file.

L
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top