Hello,
We are evaluating your DotTwain toolkit for a scanning application.
We have almost one hundred Fujitsu scanners, mostly fi-5220C.
Our target platform is Windows XP, our development environment is Windows 2003 Server.
We just downloaded the latest Twain drivers from the Fujitsu website.
All works as expected, except that we can' t set the DeviceEvents, so the Acquisition.DeviceEvent is never triggered.
We try to set the DeviceEvent property like this:
_device.DeviceEvents =
DeviceEventFlags.PaperJam | DeviceEventFlags.PaperDoubleFeed;
This does not raise an exception, but after this line of code, the property _device.DeviceEvents is (again) "None"...
We want to use these events to be able to bypass / customize the 'standard' twain driver messages.
Is there another way to get notified for these events?
Is it possible to disable the 'standard' dialogs?
TIA.