dynarithmic / twain_library

Dynarithmic TWAIN Library, Version 5.x
Apache License 2.0
56 stars 24 forks source link

How to Disable the Scanning Window During Image Acquisition? #87

Closed handrenmuhammad closed 6 months ago

handrenmuhammad commented 7 months ago

I want to disable this UI during the scanning process, but I couldn't find any relevant information in the documentation. Is there a way to hide this UI?

blob

dynarithmic commented 7 months ago

There is no guarantee this will work, since this is highly dependent on the TWAIN data source, but you can try DTWAIN_EnableIndicator

handrenmuhammad commented 6 months ago

Thanks for your help, it worked