We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a question about the operation of the scan.
At the start of the scan, the scanner UI is displayed as follows:
_twain.CurrentSource.Enable(SourceEnableMode.ShowUI, true, this.Handle)
Is there a way to check this through the event if I close the scanner UI without proceeding the scan?
If anyone knows, please answer!
The text was updated successfully, but these errors were encountered:
The closest one is the SourceDisabled event on the twain session that happens when the scan action ends.
SourceDisabled
Sorry, something went wrong.
No branches or pull requests
I have a question about the operation of the scan.
At the start of the scan, the scanner UI is displayed as follows:
_twain.CurrentSource.Enable(SourceEnableMode.ShowUI, true, this.Handle)
Is there a way to check this through the event if I close the scanner UI without proceeding the scan?
If anyone knows, please answer!
The text was updated successfully, but these errors were encountered: