LEADTOOLS Support
General
LEADTOOLS SDK Examples
Re: Reg Display second page of multipage Tiff file
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, February 28, 2008 7:55:22 PM(UTC)
Groups: Registered
Posts: 1
Hi i'm using LeadTools 15.0
Now i want to display a MultiPage TIFF in my VB.NET application
First i want to display the first page in the multipage tiff. I want to display the second page of that Multipage TIFF when the user click Next page Button in my application
I want the sample code
Any body send me the sample code
Thanks in advance
Regards
Muthukrishnan B
#2
Posted
:
Friday, February 29, 2008 10:45:02 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
The easiest way to do this is to load all of the pages when you load a multipage file. If you use the single parameter overload of RasterCodecs.Load, it will do this automatically for you.
The RasterImage that gets returned to you will have all of the pages, and you can change which page is the currently used/displayed bitmap by changing the RasterImage.Page property.
LEADTOOLS Support
General
LEADTOOLS SDK Examples
Re: Reg Display second page of multipage Tiff file
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.