Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source twain library

Tags:

c#

wpf

Can you advice me open source twain library for scannning with pure good API.

like image 555
Polaris Avatar asked Sep 13 '10 05:09

Polaris


2 Answers

Have a look at Saraff Twain

Project is active and has a few nice examples. I implemented it in a few minutes

UPDATE: The project moved to github

like image 138
stoic Avatar answered Oct 19 '22 18:10

stoic


Take a look at TWAIN sample Data Source and Application. Although written in C++, you can use the supplied DLLs in your .NET application.

Also, I'd recommend reading this article on TWAIN image acquisition in C#.

like image 36
Den Delimarsky Avatar answered Oct 19 '22 17:10

Den Delimarsky