Using TWAIN in .NET - finding resources

I am trying to write some kind of code in .NET to get images from a network scanner. I tried WIA and can't even see the network scanner, so now I'm watching TWAIN.

In the event of a problem, a problem arises with finding current information on how to do this.

The main article that continues to grow is this 2002 codebook . This works, but I understand as well as nothing about what the code does, so I'm pretty careful about using this.

There is also a twaindotnet project on Codeplex, which I really think I have a chance to understand, so it looks a lot more promising.

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

+4
source share
1 answer

Source: https://habr.com/ru/post/1480396/


All Articles