Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaDocumentHandlingCapabilitiesFlags
C# 
[FlagsAttribute()]
public enum WiaDocumentHandlingCapabilitiesFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class WiaDocumentHandlingCapabilitiesFlags : public Enum 

Members

MemberDescription
Feeder The scanner has an automatic document handler installed.
Flatbed The scanner has a flatbed platen.
DetectFlatbed The scanner can detect a document on the flatbed platen.
DetectScan The scanner can detect a document in the feeder only by scanning.
DetectFeed The scanner can detect a document in the feeder.
DetectDuplex The scanner can detect a duplex scan request from the user (not supported in Windows Vista or later).
DetectFeedAvailable The scanner can tell when the automatic document feeder is installed (not supported in Windows Vista or later).
DetectDupAvailable The scanner can tell when the duplexer is installed (not supported in Windows Vista or later).
Duplexer The scanner has a duplexer.
AdvancedDuplex The device supports advanced duplex scan configuration (supported only in Windows Vista and later).
Tpa The scanner is equipped with a transparency/film scanning adapter (supported only in Windows Vista and later).
DetectTpa The scanner can detect when the transparency/film adapter is ready to scan (supported only in Windows Vista and later).
Storage The scanner is equipped with an internal image storage device (supported only in Windows Vista and later).
DetectStorage The scanner can detect when there are documents in the internal storage (supported only in Windows Vista and later).

Inheritance Hierarchy

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

Requirements

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

See Also