LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaScanningModeFlags Enumeration
See Also  
Leadtools.Wia Namespace : WiaScanningModeFlags Enumeration



Flags used within the WiaProperties structure.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum WiaScanningModeFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaScanningModeFlags
C# 
[FlagsAttribute()]
public enum WiaScanningModeFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class WiaScanningModeFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AdvancedDuplexScan using individual settings configured for each child feeder item. Duplex and AdvancedDuplex cannot both be set.
AutoAdvanceEnables automatic feeding of the next document after a scan.
BackFirstScan the back of the document first. This value is valid when Duplex is set.
BackOnlyScan the back only. This value is valid when Duplex is set.
DuplexScan using duplexer operations.
FeederScan using the document feeder.
FlatbedScan using the flatbed.
FrontFirstScan the front of the document first. This value is valid when Duplex is set.
FrontOnlyScan the front only. This value is valid when Duplex is set.
NextPageScan the next page of the document.
NoneUse this value only to determine whether the WiaProperties structure is filled with a valid scanning mode.
PrefeedEnable pre-feed mode. Pre-position next document while scanning.

Example

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaScanningModeFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also