WiaDocumentHandlingCapabilitiesFlags Enumeration

Summary

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

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum WiaDocumentHandlingCapabilitiesFlags 
  
<FlagsAttribute()> 
Public Enum WiaDocumentHandlingCapabilitiesFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class WiaDocumentHandlingCapabilitiesFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly