This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, December 26, 2006 3:15:40 PM(UTC)
Groups: Registered
Posts: 3
I can't seem to find any 15.0 documentation or examples for TWAIN scanning.
It seems much of the API has changed so I'm a bit lost on how to continue. For example, session.IsAvailable is gone.
The scanner we are planning on using is the fujitsu fi-4030-c. We want to write a user interface (and to suppres the TWAIN UI) so the user can:
1.) Select "Black and White" (tiff bi-tonal at 240 dpi.) or "Color" (png 24 color at 180 dpi).
2.) Select between the "ADF" or "Flatbed" (I've been having a difficult time forcing the scanner to use the flatbed).
Any example code for accomplishing these objectives would be appreciated (again 15.0 code is non-existent).
Ray
#2
Posted
:
Wednesday, December 27, 2006 3:36:58 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
IsAvailable still exists in LEADTOOLS 15. Which programming interface are you using (C++ classes, Dot NET classes, etc.)?
About choosing color resolution (pixel depth) before scanning, use the ICAP_PIXELTYPE capability.
About the feeder, set CAP_FEEDERENABLED to True to enable using the document feeder, or false to disable it (and use the flatbed).
For more details about any of these capabilities, please refer to the Twain specification v1.9 (from http://www.twain.org)
If you want more help with our implementation, please specify which programming interface and programming language you're using.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Wednesday, December 27, 2006 10:59:48 AM(UTC)
Groups: Registered
Posts: 3
#4
Posted
:
Thursday, December 28, 2006 2:53:21 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Ray,
The
IsAvailable method is still there in v15 in the TwainSession class. Are you having any problems using it?
Also, were you able to use the capabilities described above?
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.