A TWAIN lib for dotnet.
Go to file
Eugene Wang 2fca2272f7
Merge pull request #5 from soukoku/v4-dev
First attempt on TW_CAPABILITY generator
2018-11-25 07:36:01 -05:00
samples Tweaked console sample end messages. 2018-11-20 18:46:36 -05:00
size-test Updated cpp for more questionable types. 2018-11-21 06:21:59 -05:00
src/NTwain Added TW_RANGE to cap writer. 2018-11-25 07:33:23 -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 on supported fx. 2018-11-23 20:25:07 -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 fully work yet. Use V3 branch for working version.

Info

This is a dotnet library created to make working with TWAIN easier. 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, under 32 or 64 bit apps.
  • Supports dotnet 4+ and netcore 2+ apps.

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.