LEADTOOLS Support
Imaging
Imaging SDK Questions
How can I judge a TWAIN supportable scanner?
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, September 16, 2010 11:06:45 PM(UTC)
Groups: Registered
Posts: 7
Hi, Dear
I'm using a LEADTOOLS Document Imaging 13 SDK and VS6 C++.
There is some problem.
I can't find any difference between a TWAIN scanner and another scanner
Some scanners are able to set up with L_Twain API.
Despite a TWAIN scanner, executable API is only "Acquire"
Others are not, like brightness, contrast, papersize, etc.
How can I judge what a scanner is TWAIN supportable?
#2
Posted
:
Sunday, September 19, 2010 12:08:45 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Not all capabilities are supported by all Twain devices. You can get a list of all supported capabilities from the Twain driver itself using the L_TwainGetCapability function and CAP_SUPPORTEDCAPS capability, which must be implemented by all Twain drivers.
You can also use the L_TwainEnumCapabilities() function to obtain all capabilities and their values.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
LEADTOOLS Support
Imaging
Imaging SDK Questions
How can I judge a TWAIN supportable scanner?
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.