Thanks for Downloading Dynamic Web TWAIN 30-Day Trial!
Your download will start shortly. If your download does not begin, click here to retry.
Image Viewer
How can I show multiple images at a time?
You can use the setViewMode API to show multiple images at a time in the viewer.
Example:
// display 6 images at a time in 2 columns and 3 rows
DWTObject.Viewer.setViewMode(2, 3);