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

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -