>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.FromStre am'.
Then use the 'PrintDocument' object and draw the image onto the page in its
'PrintPage' event handler.
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Comment