cyanfish / naps2-wia

Low-level WIA 2.0/1.0 application library for .NET
MIT License
18 stars 5 forks source link

More Examples / documentation request #7

Closed Movian closed 1 year ago

Movian commented 1 year ago

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.

Movian commented 1 year ago

wrong location for this, my apologies.

cyanfish commented 1 year ago

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).