Forums › TWAIN Classic › show native scan-properties dialog with ‘OK’ button › Reply To: show native scan-properties dialog with ‘OK’ button
August 19, 2008 at 1:24 pm
#24625
Search for ‘EnableDsUiOnly’ in the twain spec. This call is used to display the settings dialog (from the vendor) for an acquisition with the idea that once the user selects ‘ok’ that you can then call CustomDsData/Get and you’ll receive a string of data. That string of data can then be saved by you and replayed back to the device at a later date without having the device’s Ui shown in most cases.
Is that what you’re looking for or have I just read your question into my favorite way of dealing with twain?
.