| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum WiaDocumentHandlingCapabilitiesFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] public enum WiaDocumentHandlingCapabilitiesFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class WiaDocumentHandlingCapabilitiesFlags : public Enum  | |
| Member | Description | 
|---|---|
| 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). | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaDocumentHandlingCapabilitiesFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code