I'm working on a program in Visual Basic.NET and one of the functions I need to achieve is to scan documents from a network scanner and save them as .tiff or .pdf files. The program needs to be able to call the scanner and then handle the files as they are scanned.
I've tried to read around on this, but I'm finding a lot of broad information. Should I use TWAIN or Windows Image Acquisition? And then how do I need to use them? Do I need to download resource libraries? I've not really done much with either of these two API's before.
btw, I do not know C++
I've tried to read around on this, but I'm finding a lot of broad information. Should I use TWAIN or Windows Image Acquisition? And then how do I need to use them? Do I need to download resource libraries? I've not really done much with either of these two API's before.
btw, I do not know C++