H HaChe Nov 15, 2008 #1 I have a tiff file in memory stream. How can print it with out save as a file. best
H Herfried K. Wagner [MVP] Nov 15, 2008 #2 HaChe said: I have a tiff file in memory stream. How can print it with out save as a file. Click to expand... 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.
HaChe said: I have a tiff file in memory stream. How can print it with out save as a file. Click to expand... 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.