Groups | Blog | Home
all groups > dotnet drawing api > october 2007 >

dotnet drawing api : Print multipage tif?


M O J O
10/28/2007 12:00:00 AM
Hi,

(using vb.net 2005)

How do I print a multipage tif?

Thanks in advance!

Bob Powell [MVP]
10/28/2007 5:17:08 PM
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]
AddThis Social Bookmark Button