C#
C++/CLI
Python
[FlagsAttribute()]
public enum WiaDocumentHandlingCapabilitiesFlags
Value | Member | Description |
---|---|---|
0x00000001 | Feeder | The scanner has an automatic document handler installed. |
0x00000002 | Flatbed | (0x00000008)The scanner has a flatbed platen. |
0x00000004 | Duplexer | The scanner has a duplexer. |
0x00000008 | DetectFlatbed | The scanner can detect a document on the flatbed platen. |
0x00000010 | DetectScan | The scanner can detect a document in the feeder only by scanning. |
0x00000020 | DetectFeed | The scanner can detect a document in the feeder. |
0x00000040 | DetectDuplex | The scanner can detect a duplex scan request from the user (not supported in Windows Vista or later). |
0x00000080 | DetectFeedAvailable | The scanner can tell when the automatic document feeder is installed (not supported in Windows Vista or later). |
0x00000100 | DetectDupAvailable | The scanner can tell when the duplexer is installed (not supported in Windows Vista or later). |
0x00000200 | Tpa | (0x00000400)The scanner is equipped with a transparency/film scanning adapter (supported only in Windows Vista and later). |
0x00000400 | DetectTpa | The scanner can detect when the transparency/film adapter is ready to scan (supported only in Windows Vista and later). |
0x00000800 | Storage | (0x00001000)The scanner is equipped with an internal image storage device (supported only in Windows Vista and later). |
0x00001000 | DetectStorage | The scanner can detect when there are documents in the internal storage (supported only in Windows Vista and later). |
0x00002000 | AdvancedDuplex | The device supports advanced duplex scan configuration (supported only in Windows Vista and later). |