C#
VB
C++
Flags used within the WiaProperties structure.
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Use this value only to determine whether the WiaProperties structure is filled with a valid scanning mode. |
0x00000001 | Feeder | Scan using the document feeder. |
0x00000002 | Flatbed | Scan using the flatbed. |
0x00000004 | Duplex | (0x00000400)Scan using duplexer operations. |
0x00000008 | FrontFirst | Scan the front of the document first. This value is valid when Duplex is set. |
0x00000010 | BackFirst | Scan the back of the document first. This value is valid when Duplex is set. |
0x00000020 | FrontOnly | Scan the front only. This value is valid when Duplex is set. |
0x00000040 | BackOnly | Scan the back only. This value is valid when Duplex is set. |
0x00000080 | NextPage | Scan the next page of the document. |
0x00000100 | Prefeed | Enable pre-feed mode. Pre-position next document while scanning. |
0x00000200 | AutoAdvance | Enables automatic feeding of the next document after a scan. |
0x00000400 | AdvancedDuplex | Scan using individual settings configured for each child feeder item. Duplex and AdvancedDuplex cannot both be set. |
Refer to WiaSession.GetRootItem