mirror of
https://github.com/soukoku/ntwain.git
synced 2026-01-26 21:48:36 +08:00
24 lines
809 B
Markdown
24 lines
809 B
Markdown
# TWAIN dotnet library
|
|
|
|
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.
|
|
|
|
## Info
|
|
|
|
This is a dotnet library created to make working with
|
|
[TWAIN](http://twain.org/) easier.
|
|
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 as appropriate for the 32 or 64 bit apps.
|
|
* Supports full framework (4.5+) and netcore apps.
|
|
|
|
## 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](http://twain.org/).
|
|
|