im using WIA scanner library in my code. i succeed to do the scans with the static scan type:
WiaDev.Properties["3088"].set_Value(1);
now i need to detect if the scanner capable of Duplex/Feeder so the users be able to select the scan type according to their needs. to do that i need a scan combobox with 1.Flatbed 2.Feeder 3.Feeder(DUPLEX) options and i remove static input type from my code.
im looking for a way to check attached scanner have a feeder tray and is it ADF capable or not in c#?
From the documentation, which can be found here
and