mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
2474fbf74d378bbbc2e8e2bfae3ad606a7063d4a
Fixed wrong assumption of rented array size and added example of using non system.drawing image lib.
Fixed wrong assumption of rented array size and added example of using non system.drawing image lib.
TWAIN dotnet library
NOTE: This is a rewrite test that doesn't fully work yet. Use V3 branch for the current version.
Info
This is a dotnet library created to make working with TWAIN devices easier in dotnet. It internally uses some parts of the twaincs code from the TWAIN Working Group. V4 of this lib has these features:
- Targets latest TWAIN version (2.5).
- Runs under full framework (4.6.2+) and netcore variants (6.0+).
Using the lib
Before using this lib, you are required to be reasonably familiar with the TWAIN spec and understand how it works in general. The TWAIN spec can be downloaded from twain.org.
Description
Languages
HTML
62.8%
C#
24.3%
C
12.9%