LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaDocumentHandlingCapabilitiesFlags Enumeration
See Also  
Leadtools.Wia Namespace : WiaDocumentHandlingCapabilitiesFlags Enumeration



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

Syntax

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

Members

MemberDescription
AdvancedDuplexThe device supports advanced duplex scan configuration (supported only in Windows Vista and later).
DetectDupAvailableThe scanner can tell when the duplexer is installed (not supported in Windows Vista or later).
DetectDuplexThe scanner can detect a duplex scan request from the user (not supported in Windows Vista or later).
DetectFeedThe scanner can detect a document in the feeder.
DetectFeedAvailableThe scanner can tell when the automatic document feeder is installed (not supported in Windows Vista or later).
DetectFlatbedThe scanner can detect a document on the flatbed platen.
DetectScanThe scanner can detect a document in the feeder only by scanning.
DetectStorageThe scanner can detect when there are documents in the internal storage (supported only in Windows Vista and later).
DetectTpaThe scanner can detect when the transparency/film adapter is ready to scan (supported only in Windows Vista and later).
DuplexerThe scanner has a duplexer.
FeederThe scanner has an automatic document handler installed.
FlatbedThe scanner has a flatbed platen.
StorageThe scanner is equipped with an internal image storage device (supported only in Windows Vista and later).
TpaThe scanner is equipped with a transparency/film scanning adapter (supported only in Windows Vista and later).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaDocumentHandlingCapabilitiesFlags

Requirements

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

See Also