mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
19 lines
597 B
Markdown
19 lines
597 B
Markdown
# TWAIN Application-Library
|
|
|
|
## Info
|
|
|
|
This is a library created to make working with
|
|
[TWAIN](http://twain.org/) easier in dotnet.
|
|
This project has these features/goals:
|
|
|
|
* Targets latest TWAIN version (2.4 as of this writing)
|
|
* Supports all the TWAIN functions in the spec (may never happen but will be close).
|
|
* Works with both 32 and 64 bit data sources (eventually)
|
|
|
|
## 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/).
|
|
|