mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-05 20:59:23 +08:00
Fixed broken link and typo.
This commit is contained in:
parent
9cd20f3e62
commit
88458c0d7d
12
README.md
12
README.md
@ -30,14 +30,14 @@ As with previous versions, only Windows has been tested on and thus
|
||||
supported really. Other changes include
|
||||
|
||||
* All TWAIN data types are now struct instead of class (and they come
|
||||
from [twaincs](https://github.com/twain/twain-cs for correctness). It may have
|
||||
been easier to implement them as class when starting out this lib, but
|
||||
from [twaincs](https://github.com/twain/twain-cs) for correctness. It may have
|
||||
been easier to implement them as classes when starting out this lib, but
|
||||
it's not really ideal anymore. The change also makes them match the twain.h
|
||||
names for easier use with the spec pdf.
|
||||
names and the spec pdf.
|
||||
|
||||
* Caps no longer have their own wrapper properties for each type. This makes calling
|
||||
custom caps easier but you will have to consult the docs on what
|
||||
containers and values should be.
|
||||
* Caps no longer have their own wrapper properties for each type, though common
|
||||
helpers are provided. This makes calling custom caps possible but you will have to
|
||||
consult the docs on what containers and values they should be.
|
||||
|
||||
* All lower-level TWAIN APIs are public instead of hidden away.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user