LEADTOOLS WIA (Leadtools.Wia assembly)

WiaScanningModeFlags Enumeration

Show in webframe





Flags used within the WiaProperties structure.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum WiaScanningModeFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As WiaScanningModeFlags

            

            
[FlagsAttribute()]
public enum class WiaScanningModeFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneUse this value only to determine whether the WiaProperties structure is filled with a valid scanning mode.
0x00000001FeederScan using the document feeder.
0x00000002FlatbedScan using the flatbed.
0x00000008FrontFirstScan the front of the document first. This value is valid when Duplex is set.
0x00000010BackFirstScan the back of the document first. This value is valid when Duplex is set.
0x00000020FrontOnlyScan the front only. This value is valid when Duplex is set.
0x00000040BackOnlyScan the back only. This value is valid when Duplex is set.
0x00000080NextPageScan the next page of the document.
0x00000100PrefeedEnable pre-feed mode. Pre-position next document while scanning.
0x00000200AutoAdvanceEnables automatic feeding of the next document after a scan.
0x00000400AdvancedDuplexScan using individual settings configured for each child feeder item. Duplex and AdvancedDuplex cannot both be set.
0x00000400DuplexScan using duplexer operations.
Example
Refer to WiaSession.GetRootItem
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.