Essentially this has to be done frame by frame, probably on different pages
of your print document.
When you handle the PrintPage event of the PrintDocument you will selecet
the correct frame of the TIFF image and draw it to the provided Graphics
object.
--
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
[quoted text, click to view] "M O J O" <mojo@nospam.nospam> wrote in message
news:eu7LoqTGIHA.1212@TK2MSFTNGP05.phx.gbl...
> Hi,
>
> (using vb.net 2005)
>
> How do I print a multipage tif?
>
> Thanks in advance!
>
> M O J O