Reputation: 21
Is there a direct windows based library that I can use to scan a document in c#? Or my only option is to use a commercial vendor such as leadtools, dynamsoft etc. I tried to use the wiaaut.dll and it is not compatible with older windows versions such a s XP.
Upvotes: 1
Views: 321
Reputation: 36082
I don't believe Windows XP included any TWAIN or scanning support built into the OS. TWAIN drivers were always supplied by the scanner vendor. So if you're wanting a no-third-party-libs solution that runs on Windows XP, I think you're out of luck.
Upvotes: 1