|
TwainSave Command Information |
Top Previous Next |
|
DTWAIN 3.0 now contains the same technology as the standalone command-line utility TwainSave. This allows you to easily acquire and save images to files using a single DTWAIN function call using the DTWAIN_TwainSave function.
For many situations, giving a command-line of options rather than setting up the acquisition process with a series of DTWAIN function call is easier to implement for the programmer. However, since TwainSave can only do a subset (albeit, a very large subset) of the overall DTWAIN library, your program may not find the DTWAIN_TwainSave function adequate enough, and will need to make DTWAIN calls to set up your acquisitions properly. In that case, it would be more appropriate to use the full DTWAIN API.
Here are a few examples that are not currently supported by DTWAIN_TwainSave command-line options.
At a future date, DTWAIN_TwainSave may support one or more of the above items. If your application needs to support one or more of the above, you will have to use the other DTWAIN functions to accomplish them.
Your programming needs should decide whether using DTWAIN_TwainSave, or setting up acquisitions using traditional DTWAIN calls is appropriate.
|