tags:

views:

82

answers:

1

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

A: 

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#.

Dennis Delimarsky