2018-11-21 10:23:34 +08:00
|
|
|
# TWAIN dotnet library
|
2014-04-03 07:01:21 +08:00
|
|
|
|
2018-11-19 08:40:08 +08:00
|
|
|
NOTE: THIS IS V4 DEV AND DOESN'T WORK YET.
|
|
|
|
USE V3 BRANCH FOR WORKING VERSION.
|
|
|
|
|
2017-02-03 08:56:25 +08:00
|
|
|
## Info
|
2018-11-11 03:09:36 +08:00
|
|
|
|
2018-11-16 08:46:18 +08:00
|
|
|
This is a library created to make working with
|
|
|
|
[TWAIN](http://twain.org/) easier in dotnet.
|
2018-11-19 08:40:08 +08:00
|
|
|
V4 of this lib has these goals:
|
2014-04-03 07:01:21 +08:00
|
|
|
|
2018-11-11 03:09:36 +08:00
|
|
|
* Targets latest TWAIN version (2.4 as of this writing)
|
2018-11-21 10:23:34 +08:00
|
|
|
* 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
|
2014-04-08 10:50:09 +08:00
|
|
|
|
2017-02-03 08:56:25 +08:00
|
|
|
## Using the lib
|
2014-11-30 11:43:07 +08:00
|
|
|
|
2018-11-11 03:09:36 +08:00
|
|
|
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](http://twain.org/).
|
2014-11-30 11:43:07 +08:00
|
|
|
|