mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-05 20:59:23 +08:00
Updated readme on supported fx.
This commit is contained in:
parent
c82134e554
commit
60138217cd
16
README.md
16
README.md
@ -1,18 +1,18 @@
|
||||
# TWAIN dotnet library
|
||||
|
||||
NOTE: THIS IS V4 DEV AND DOESN'T WORK YET.
|
||||
USE V3 BRANCH FOR WORKING VERSION.
|
||||
NOTE: This is V4 DEV and doesn't fully work yet.
|
||||
Use V3 branch for working version.
|
||||
|
||||
## Info
|
||||
|
||||
This is a library created to make working with
|
||||
[TWAIN](http://twain.org/) easier in dotnet.
|
||||
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, from 32 or 64 bit apps.
|
||||
* Works on non-Windows platforms using dotnet core
|
||||
* 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, under 32 or 64 bit apps.
|
||||
* Supports dotnet 4+ and netcore 2+ apps.
|
||||
|
||||
## Using the lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user