2018-11-20 21:23:34 -05:00
|
|
|
# TWAIN dotnet library
|
2014-04-02 19:01:21 -04:00
|
|
|
|
2021-04-21 08:18:26 -04:00
|
|
|
NOTE: This is a rewrite test that's based off twaincs from
|
|
|
|
the TWAIN Working Group and doesn't fully work yet.
|
|
|
|
Use V3 branch for current version.
|
2018-11-18 19:40:08 -05:00
|
|
|
|
2017-02-02 19:56:25 -05:00
|
|
|
## Info
|
2018-11-10 14:09:36 -05:00
|
|
|
|
2018-11-23 20:25:07 -05:00
|
|
|
This is a dotnet library created to make working with
|
|
|
|
[TWAIN](http://twain.org/) easier.
|
2018-11-18 19:40:08 -05:00
|
|
|
V4 of this lib has these goals:
|
2014-04-02 19:01:21 -04:00
|
|
|
|
2018-11-23 20:25:07 -05:00
|
|
|
* Targets latest TWAIN version (2.4 as of this writing).
|
|
|
|
* Supports all the TWAIN functions in the spec (directly or through dotnet wrapper).
|
2021-04-21 08:18:26 -04:00
|
|
|
* Works with both 32 or 64 bit data sources as appropriate for the 32 or 64 bit apps.
|
2021-04-26 07:58:19 -04:00
|
|
|
* Supports full framework (4.5+) and netcore apps.
|
2014-04-07 22:50:09 -04:00
|
|
|
|
2017-02-02 19:56:25 -05:00
|
|
|
## Using the lib
|
2014-11-29 22:43:07 -05:00
|
|
|
|
2018-11-10 14:09:36 -05: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-29 22:43:07 -05:00
|
|
|
|