How can print a memorstream

  • Thread starter Thread starter HaChe
  • Start date Start date
H

HaChe

I have a tiff file in memory stream. How can print it with out save as a file.

best
 
HaChe said:
I have a tiff file in memory stream. How can print it with out save as a
file.

Construct an 'Image' object from the memory stream using 'Image.FromStream'.
Then use the 'PrintDocument' object and draw the image onto the page in its
'PrintPage' event handler.
 

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

Back
Top