I have been struggling for weeks to get a framework integrated with our application that supports Document Feeder scanning in a .net framework 4.8 app.
This is the first one I managed to get work (as there is no nuget package for NAPS2.SDK yet)
My one question is, is there any more documentation on naps2.WIA specifically?
It looks like there are events I can delegate for progress etc and just thought I would check if there are examples of that usage before I start diving into figuring everything out the slow way.
You can perhaps look at the source for WiaScanDriver from NAPS2.Sdk, though keep in mind it's probably doing more than you need to (e.g. supporting both WIA 1.0 and 2.0).
Hey,
I have been struggling for weeks to get a framework integrated with our application that supports Document Feeder scanning in a .net framework 4.8 app.
This is the first one I managed to get work (as there is no nuget package for NAPS2.SDK yet)
My one question is, is there any more documentation on naps2.WIA specifically?
It looks like there are events I can delegate for progress etc and just thought I would check if there are examples of that usage before I start diving into figuring everything out the slow way.