A TWAIN lib for dotnet.
Go to file
2018-11-18 19:40:08 -05:00
samples Added wrapping methods to userinterface triplets. 2018-11-17 12:21:17 -05:00
size-test Added c++ size display gist code for verification. 2018-11-18 19:34:36 -05:00
src/NTwain Updated comments on types. 2018-11-18 19:19:08 -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 c++ size display gist code for verification. 2018-11-18 19:34:36 -05:00
README.md Updated readme. 2018-11-18 19:40:08 -05:00
Scanner-Icon.png Add icon image 2017-05-05 15:25:12 -04:00

TWAIN Application-Library

NOTE: THIS IS V4 DEV AND DOESN'T WORK YET. USE V3 BRANCH FOR WORKING VERSION.

Info

This is a library created to make working with TWAIN easier in dotnet. V4 of this lib 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.