Page 1 of 1

How to view saved multipage TIFF

Posted: Sun Jan 18, 2009 12:42 pm
by Almatrodi
Hi

I have done:
1- Scan multiple page.
2- Save them as TIFF format to SQL image.
3- Add a PictureBox to form and bind it to the image field.

Now just what I see is the first page only. But, I don't know how to change to other pages.

Does anyone know hoe to view them?

Best regards.

Re: How to view saved multipage TIFF

Posted: Tue Jan 20, 2009 5:36 pm
by Alex
Hello,

Please send a message to our support team at support@vintasoft.com with the following information:
1. Description of the problem.
2. Simple project which demonstrates the problem.

Best regards, Alexander

Re: How to view saved multipage TIFF

Posted: Wed Jan 21, 2009 1:44 am
by Almatrodi
Ok.

I did but I did not get the right answer.
Anyway I discover how to finally.

Thanks.

Re: How to view saved multipage TIFF

Posted: Thu Jan 22, 2009 2:46 pm
by Alex
It's nice to hear that. And what answer do you have? :)

Re: How to view saved multipage TIFF

Posted: Fri Jan 23, 2009 9:35 am
by Almatrodi
Dear Alex

If found some sites. But the best was http://www.codeproject.com/KB/cs/multip ... iewer.aspx And the programmer has written it to load exist file. The change I did was just to Read the data from DB as bytes and save it to a MemoryStream. And, Then make picturebox to read from MemoryStream.

That's all..

Re: How to view saved multipage TIFF

Posted: Fri Jan 23, 2009 10:24 am
by Alex
Hello,

Yes, the Bitmap class allows to load pages from multipage TIFF file and you can use this solution if you have TIFF files created by VintaSoftTwain.NET Library.
Bitmap class has many limitations, for example you can't load pages with JPEG compression, you can't load 16-bpp gray images, etc. You can use VintaSoftImaging.NET Library if you want to load images from any TIFF files.

Best regards, Alexander

Re: How to view saved multipage TIFF

Posted: Sun Jan 25, 2009 3:05 pm
by Almatrodi
Dear Alex

At first thanks for your add. Because I am not familiar with graphic format files. And, yes I need to view the images that I did scan with VintaSoftTwain.Net and I does the job for me. Even, I am thinking to buy the VintaSoftImaging.NET Library if I feel that will be helping me.

Still as usual I have problems with my language Arabic.

Thanks alot.