←Select platform

WiaScanningModeFlags Enumeration

Summary

Flags used within the WiaProperties structure.

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum WiaScanningModeFlags 
  
<FlagsAttribute()> 
Public Enum WiaScanningModeFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class WiaScanningModeFlags : public System.Enum, System.IComparable, System.IConvertible, System.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.
0x00000004Duplex(0x00000400)Scan using duplexer operations.
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.
Example

Refer to WiaSession.GetRootItem

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly