Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using TWAIN in .NET - Looking for resources [closed]

I'm trying to write some sort of code in .NET to acquire images from network scanner. I have tried WIA and can't even get to see the network scanner, so I am looking at TWAIN now.

Where the problem comes in is that I am having great trouble finding any current information on how to go about doing this.

The main article that keeps coming up is this 2002 codeproject tutorial. This works, but I understand as good as nothing about what the code is doing, so I'm rather wary about using this.

There is also the 2009 twaindotnet project on codeplex whichI actually think I have a chance of understanding so looks much more promising.

I was wondering if there any other useful resources out there about using TWAIN in .Net, or any other open source projects, explanations, tutorials or somesuch that will make it easier to understand how to work with TWAIN? Or the two sources I found really all there is?

like image 477
yu_ominae Avatar asked Oct 21 '22 10:10

yu_ominae


1 Answers

These resources might be helpful for you:

TWAIN Specification and TWAIN.h file

TWAIN sample Data Source and Application

like image 102
Rachel Avatar answered Oct 25 '22 18:10

Rachel