Page 1 of 1

Gdviewer and Twain

Posted: Tue Aug 13, 2013 2:31 pm
by rpicilli
Hi,

I have the following situation.

I'm scanning some images. All is working well, Twain to GdViewer and Thumbnail.

In the thumbnail component I have a property or method that allow me to "Add" an Item. (<<DocsThumb.AddItemFromGdPictureImage(ImageID)>>)

I don't have a similar property to GdViewer.

After digitalizing some pages, I want to be able to Go forward and Backward allthrough the images in GdViewer. The only way that I could realize was create a multiTiffFile at scanning time.

My question is "There is a way to have all the scanned images load into the GdViewer without create a multitiff file?"

Use memory is not an option because I'll need scan huge process (more the 2000 pages at once).

Regards

Rogerio

Re: Gdviewer and Twain

Posted: Thu Aug 15, 2013 6:18 pm
by SamiKharma
Hi,

Other than creating a multi-file format, like tif, or pdf for example no it is not possible. I am sure you can save them individually to disk and start loading them one by one using your own structure, but that does not make much sense.
The GdViewer loads an image or a file, not many at a time.

Best,
Sami

Re: Gdviewer and Twain

Posted: Thu Aug 15, 2013 6:48 pm
by rpicilli
Thanks

Re: Gdviewer and Twain

Posted: Fri Aug 16, 2013 5:44 pm
by SamiKharma
You are very welcome.

Best,
Sami