KB: How to recognize scanner type?

Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.

Moderator: Alex

Post Reply
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

KB: How to recognize scanner type?

Post by Alex »

There are 3 types of scanners:
1. Flatbed scanner. You have flatbed scanner if the FeederPresent property returns False.
2. Scanner with flatbed and ADF. You have scanner with flatbed and ADF if the FeederPresent property returns True and the FeederEnabled property can be set to True and False.
3. ADF scanner. You have scanner with ADF only if the FeederPresent property returns True and the FeederEnabled property cannot be set to False.
Post Reply