Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaScanningModeFlags Enumeration
See Also  
Leadtools.Wia Namespace : WiaScanningModeFlags Enumeration



Flags used within the WiaProperties structure.

Syntax

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

Members

MemberDescription
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.

Example

Inheritance Hierarchy

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

Requirements

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

See Also