soukoku / ntwain

A TWAIN lib for dotnet.
MIT License
117 stars 47 forks source link

ntwain v3 how to check if transfer completed #11

Open jamokop opened 4 years ago

jamokop commented 4 years ago

i can scan paper successfully , now i want to call a function after scanning all the papers. however i can not find an event which will be triggered after completion. any suggestion?

soukoku commented 4 years ago

You can try the SourceDisabled event. Though you'll need to keep track if pages were scanned yourself.

jamokop commented 4 years ago

work like a charm. thanks