c# - Twain or WIA? A bit lost between this two interface -
i need write c# assembly (dll) in order scan documents.
don't know if need use twain or wia.
anyone me please ?
- what différences?
- what advices ?
- is there c# library ?
generally, if application interact scanners, twain recommended. while cameras, wia offers better support.
so document scanning solution, recommend twain.
twain.h file c/c++ header file. if want code .net yourself, can refer post resources: using twain in .net - looking resources
or can use commercial .net twain component.
Comments
Post a Comment