Matt Zirkle
Matt Zirkle
Also just noticed that the logging of the response doesn't use `AutoDatStatus`, meaning in the case of a failure that you can't get to the TWCC value.
I have tested a lot of devices, and it didn't seem like any of them supported device events. Did you check the capability to make sure your device supports the...
I noticed that the twaincsscan test application skews the image, but when doing a NATIVE transfer with the `TWAIN` class it seems to work.
Also, right now this is tied directly to returning a `Bitmap` object. Something that would be more performant is to return a `MemoryStream`. A `MemoryStream` is already getting created in...
My advice would be to not use this repository for actual development. It is not updated very often and is meant to serve as an example. There are other open...