A TWAIN lib for dotnet.
Go to file
2023-04-07 21:31:39 -04:00
samples Tweak double buffer use in sample. 2023-04-07 21:20:57 -04:00
src Added optional encoding param to STR conversions. 2023-04-07 21:31:39 -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 Add 64bit tester and fixed version # in builds by switching to v6 sdk. 2023-04-05 07:29:06 -04:00
global.json Add 64bit tester and fixed version # in builds by switching to v6 sdk. 2023-04-05 07:29:06 -04:00
LICENSE.txt Testing a basic xfer loop. 2023-04-03 21:25:41 -04:00
NTwain.sln Fix some build warnings. 2023-04-05 07:53:10 -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.