A TWAIN lib for dotnet.
Go to file
2023-04-04 22:53:05 -04:00
samples Renamed TwainSession to TwainAppSession. I love renaming things. 2023-04-04 07:48:07 -04:00
src More ready event in xfer logic. 2023-04-04 22:53:05 -04:00
twain-doc Test integrating twaincs 2.5. 2022-04-24 18:08:43 -04: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
Build.cmd Test winform integration. 2023-04-02 21:15:10 -04:00
LICENSE.txt Testing a basic xfer loop. 2023-04-03 21:25:41 -04:00
NTwain.sln Testing a basic xfer loop. 2023-04-03 21:25:41 -04:00
README.md Renamed TwainSession to TwainAppSession. I love renaming things. 2023-04-04 07:48:07 -04:00
Scanner-Icon.png Add icon image 2017-05-05 15:25:12 -04:00

TWAIN dotnet library

NOTE: This is a rewrite test that doesn't fully work yet. Use V3 branch for the current version.

Info

This is a dotnet library created to make working with TWAIN devices easier in dotnet. It internally uses some parts of the twaincs code from the TWAIN Working Group. V4 of this lib has these features:

  • Targets latest TWAIN version (2.5).
  • Runs under full framework (4.6.2+) and netcore variants (6.0+).

Using the lib

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