Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum WiaScanningModeFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum WiaScanningModeFlags : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class WiaScanningModeFlags : public Enum |
Member | Description |
---|---|
None | Use this value only to determine whether the WiaProperties structure is filled with a valid scanning mode. |
Feeder | Scan using the document feeder. |
Flatbed | Scan using the flatbed. |
Duplex | Scan using duplexer operations. |
AutoAdvance | Enables automatic feeding of the next document after a scan. |
FrontFirst | Scan the front of the document first. This value is valid when Duplex is set. |
BackFirst | Scan the back of the document first. This value is valid when Duplex is set. |
FrontOnly | Scan the front only. This value is valid when Duplex is set. |
BackOnly | Scan the back only. This value is valid when Duplex is set. |
NextPage | Scan the next page of the document. |
Prefeed | Enable pre-feed mode. Pre-position next document while scanning. |
AdvancedDuplex | Scan using individual settings configured for each child feeder item. Duplex and AdvancedDuplex cannot both be set. |
Refer to WiaSession.GetRootItem
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaScanningModeFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family