Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET Scanning API [closed]

Is there any free or commercial component written in .NET (no COM interop) that will work with most twain scanners?

like image 535
Erick Sgarbi Avatar asked Sep 02 '08 11:09

Erick Sgarbi


3 Answers

TwainDotNet

I've just wrapped up the code from Thomas Scheidegger's article (CodeProject: .NET TWAIN image scanning) into a Google code project: http://code.google.com/p/twaindotnet/

I've cleaned up the API a bit and added WPF support, so check it out. :)

like image 86
Luke Quinane Avatar answered Nov 13 '22 16:11

Luke Quinane


In my company we use Pegasus. It's great.

like image 28
Jedi Master Spooky Avatar answered Nov 13 '22 16:11

Jedi Master Spooky


Microsoft have an API all about scanning. It's called Windows Image Acquisition and you can read a great Coding4Fun article about it by none other than Scott Hanselman here.

like image 8
Matt Hamilton Avatar answered Nov 13 '22 16:11

Matt Hamilton