A TWAIN lib for dotnet.
Go to file
2018-11-18 11:26:11 -05:00
samples Added wrapping methods to userinterface triplets. 2018-11-17 12:21:17 -05:00
src/NTwain Added PassThru triplet. 2018-11-18 11:26:11 -05:00
twain-doc More cleanup. 2018-11-10 11:16:55 -05:00
.gitattributes Initial commit to add default .gitIgnore and .gitAttribute files. 2014-04-02 18:57:46 -04:00
.gitignore #74 expose memory transfer data as-is. 2017-02-02 19:48:01 -05:00
LICENSE.txt Cleanup in prep for v4 2018-11-10 11:14:41 -05:00
NTwain.sln Added Full framework console sample. 2018-11-14 06:04:35 -05:00
README.md Added DAT_XFERGROUP calls 2018-11-17 11:10:48 -05:00
Scanner-Icon.png Add icon image 2017-05-05 15:25:12 -04:00

TWAIN Application-Library

Info

This is a library created to make working with TWAIN easier in dotnet. V4 of this lib is a work in progress and has these goals:

  • Targets latest TWAIN version (2.4 as of this writing)
  • Supports all the TWAIN functions in the spec
  • Works with both 32 and 64 bit data sources
  • Works on non-Windows platforms using dotnet core or mono (maybe)

Using the lib

Before using this lib, you are recommended to become reasonably familiar with the TWAIN spec and understand how it works in general. The TWAIN spec can be downloaded from twain.org.