mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-29 11:57:24 +08:00
A TWAIN lib for dotnet.
samples | ||
size-test | ||
src/NTwain | ||
twain-doc | ||
.gitattributes | ||
.gitignore | ||
LICENSE.txt | ||
NTwain.sln | ||
README.md | ||
Scanner-Icon.png |
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.