Skip to content
New issue

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

[Question] Is there an event at the point of closing scanner UI without scanning? #57

Open
OilPrince opened this issue Feb 29, 2024 · 1 comment

Comments

@OilPrince
Copy link

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!

@soukoku
Copy link
Owner

soukoku commented Feb 29, 2024

The closest one is the SourceDisabled event on the twain session that happens when the scan action ends.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants