A TWAIN lib for dotnet.
Go to file
2023-04-01 17:41:02 -04:00
samples Progress with OpenDS. 2023-04-01 16:05:44 -04:00
src Progress testing default DS idea. 2023-04-01 17:41:02 -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 Use release for package build. 2021-04-25 18:44:47 -04:00
LICENSE.txt Updated readme and added some more ctors. 2023-03-31 08:10:37 -04:00
NTwain.sln Attempt to resurrect my old triplet ideas with new data types and native methods. 2023-04-01 12:57:07 -04:00
README.md Updated readme and added some more ctors. 2023-03-31 08:10:37 -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 internally uses twaincs from the TWAIN Working Group. It 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. V4 of this lib has these goals:

  • Targets latest TWAIN version (2.5).
  • Supports full framework and netcore apps (if the framework is still supported).

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.