How to list all available scanners seen by my computer
How to list all available scanners seen by my computer
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kurt AmbrosePosted Mar 26, 2021, 1:44 PM
If you are posting here I am assuming you are looking at developing your own application in .NET C#. If you’re looking to see what Twain Scanners are available for your application, I would recommend looking at the LEADTOOLS SDK TwainSession.SelectSource(). This would display the TWAIN dialog box to be used to select a TWAIN source for acquiring images. As a disclaimer this is a paid for SDK and I work for this vender.
https://www.leadtools.com/help/sdk/v21/dh/tw/twainsession-selectsource.html
Here is a link to a short tutorial to build a fully functional application to select one of the available TWAIN devices and acquire an image from this device.
https://www.leadtools.com/help/sdk/v21/tutorials/scanning/windows/dotnet/winforms/acquire-an-image-from-twain-source.html
Shashangka ShekharPosted Jul 26, 2018, 12:51 AM