←Select platform

WiaDocumentHandlingCapabilitiesFlags Enumeration

Summary
Flags contains the scanner capabilities. For more information refer to WIA_DPS_DOCUMENT_HANDLING_CAPABILITIES property ID in Microsoft Windows SDK Documentation.

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum WiaDocumentHandlingCapabilitiesFlags 
[FlagsAttribute()] 
public enum class WiaDocumentHandlingCapabilitiesFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaDocumentHandlingCapabilitiesFlags(Enum): 
   Feeder = 1 
   Flatbed = 2 
   Duplexer = 4 
   DetectFlatbed = 8 
   DetectScan = 16 
   DetectFeed = 32 
   DetectDuplex = 64 
   DetectFeedAvailable = 128 
   DetectDupAvailable = 256 
   Tpa = 512 
   DetectTpa = 1024 
   Storage = 2048 
   DetectStorage = 4096 
   AdvancedDuplex = 8192 
Members
ValueMemberDescription
0x00000001FeederThe scanner has an automatic document handler installed.
0x00000002Flatbed(0x00000008)The scanner has a flatbed platen.
0x00000004DuplexerThe scanner has a duplexer.
0x00000008DetectFlatbedThe scanner can detect a document on the flatbed platen.
0x00000010DetectScanThe scanner can detect a document in the feeder only by scanning.
0x00000020DetectFeedThe scanner can detect a document in the feeder.
0x00000040DetectDuplexThe scanner can detect a duplex scan request from the user (not supported in Windows Vista or later).
0x00000080DetectFeedAvailableThe scanner can tell when the automatic document feeder is installed (not supported in Windows Vista or later).
0x00000100DetectDupAvailableThe scanner can tell when the duplexer is installed (not supported in Windows Vista or later).
0x00000200Tpa(0x00000400)The scanner is equipped with a transparency/film scanning adapter (supported only in Windows Vista and later).
0x00000400DetectTpaThe scanner can detect when the transparency/film adapter is ready to scan (supported only in Windows Vista and later).
0x00000800Storage(0x00001000)The scanner is equipped with an internal image storage device (supported only in Windows Vista and later).
0x00001000DetectStorageThe scanner can detect when there are documents in the internal storage (supported only in Windows Vista and later).
0x00002000AdvancedDuplexThe device supports advanced duplex scan configuration (supported only in Windows Vista and later).
Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.