A TWAIN lib for dotnet.
Go to file
2018-11-20 21:23:34 -05:00
samples Tweaked console sample end messages. 2018-11-20 18:46:36 -05:00
size-test Updated readme and c++ ref file. 2018-11-20 21:23:34 -05:00
src/NTwain Updated exception message texts and more cases on stepdown(). 2018-11-20 19:59:56 -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 and c++ ref file. 2018-11-20 21:23:34 -05:00
Scanner-Icon.png Add icon image 2017-05-05 15:25:12 -04:00

TWAIN dotnet 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 (directly or through dotnet wrapper)
  • Works with both 32 or 64 bit data sources, from 32 or 64 bit apps.
  • Works on non-Windows platforms using dotnet core

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.