--selectbydialog

Top  Previous  Next

--selectbydialog

 

Select the TWAIN device by using the "Select Source" TWAIN dialog.

 

Note that if neither --selectbydialog, --selectbyname, or --selectdefault is specified on the TwainSave command-line, --selectbydialog will be used.

 

Example:

twainsave --selectbydialog --noui --filetype bmp --filename test.bmp

 

The example above:

Selects the TWAIN device using the Select Source dialog.

Acquires with no user interace displayed (--noui)

Acquires to a BMP file called test.bmp (--filetype bmp --filename test.bmp)