2014-04-04 06:52:11 +08:00
|
|
|
TWAIN Application-Side Library
|
2014-04-03 07:01:21 +08:00
|
|
|
==============================
|
|
|
|
|
2014-04-04 06:52:11 +08:00
|
|
|
Info
|
2014-04-03 07:01:21 +08:00
|
|
|
--------------------------------------
|
2014-04-06 08:14:19 +08:00
|
|
|
This is a dotnet library created to work with [TWAIN](http://twain.org/) interface.
|
2014-04-03 07:01:21 +08:00
|
|
|
This project follows these general goals:
|
|
|
|
|
2014-04-04 06:52:11 +08:00
|
|
|
* Targets latest TWAIN version (2.3 at the moment)
|
2014-04-08 10:50:09 +08:00
|
|
|
* Supports all the TWAIN functions in the spec (mostly there)
|
|
|
|
* Eventally work on platforms other than Windows (just a dream)
|
2014-04-04 06:52:11 +08:00
|
|
|
|
2014-04-08 10:50:09 +08:00
|
|
|
The solution contains sample projects in winforms, wpf, and even (gasp!) console.
|
|
|
|
A nuget package is also [available here](https://www.nuget.org/packages/ntwain)
|
|
|
|
|
|
|
|
Using the lib
|
|
|
|
--------------------------------------
|
|
|
|
To properly use this lib you will need to be reasonably familiar with the TWAIN spec
|
|
|
|
and how it works in general. Except for certain "important" calls that drive the
|
|
|
|
TWAIN state change, most triplet operations are availble as-is so you will need to know
|
|
|
|
when to use them. There are no high-level, single-line scan-a-page-for-me-now functions here.
|