2018-11-21 10:23:34 +08:00
|
|
|
# TWAIN dotnet library
|
2014-04-03 07:01:21 +08:00
|
|
|
|
2023-04-04 19:48:07 +08:00
|
|
|
NOTE: This is a rewrite test that doesn't fully work yet.
|
2023-03-31 20:10:37 +08:00
|
|
|
Use V3 branch for the current version.
|
2018-11-19 08:40:08 +08:00
|
|
|
|
2017-02-03 08:56:25 +08:00
|
|
|
## Info
|
2018-11-11 03:09:36 +08:00
|
|
|
|
2018-11-24 09:25:07 +08:00
|
|
|
This is a dotnet library created to make working with
|
2023-03-31 20:10:37 +08:00
|
|
|
[TWAIN](http://twain.org/) devices easier in dotnet.
|
2023-04-04 19:48:07 +08:00
|
|
|
It internally uses some parts of the
|
|
|
|
[twaincs](https://github.com/twain/twain-cs) code from
|
|
|
|
the TWAIN Working Group.
|
|
|
|
V4 of this lib has these features:
|
2014-04-03 07:01:21 +08:00
|
|
|
|
2023-03-31 20:10:37 +08:00
|
|
|
* Targets latest TWAIN version (2.5).
|
2023-04-04 19:48:07 +08:00
|
|
|
* Runs under full framework (4.6.2+) and netcore variants (6.0+).
|
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
|
|
|
|
2023-04-04 19:48:07 +08:00
|
|
|
Before using this lib, you are required to be reasonably
|
2018-11-11 03:09:36 +08:00
|
|
|
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
|
|
|
|