| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum WiaDocumentHandlingCapabilitiesFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WiaDocumentHandlingCapabilitiesFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum WiaDocumentHandlingCapabilitiesFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class WiaDocumentHandlingCapabilitiesFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AdvancedDuplex | The device supports advanced duplex scan configuration (supported only in Windows Vista and later). |
| DetectDupAvailable | The scanner can tell when the duplexer is installed (not supported in Windows Vista or later). |
| DetectDuplex | The scanner can detect a duplex scan request from the user (not supported in Windows Vista or later). |
| DetectFeed | The scanner can detect a document in the feeder. |
| DetectFeedAvailable | The scanner can tell when the automatic document feeder is installed (not supported in Windows Vista or later). |
| DetectFlatbed | The scanner can detect a document on the flatbed platen. |
| DetectScan | The scanner can detect a document in the feeder only by scanning. |
| DetectStorage | The scanner can detect when there are documents in the internal storage (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). |
| Duplexer | The scanner has a duplexer. |
| Feeder | The scanner has an automatic document handler installed. |
| Flatbed | The scanner has a flatbed platen. |
| Storage | The scanner is equipped with an internal image storage device (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). |
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaDocumentHandlingCapabilitiesFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code