| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum WiaDocumentHandlingStatusFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WiaDocumentHandlingStatusFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum WiaDocumentHandlingStatusFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class WiaDocumentHandlingStatusFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| DeviceAttention | There is an error that requires user intervention on the device (supported only in Windows Vista and later). |
| DuplexerReady | The duplexer is enabled and ready to be used. |
| FeederReady | The flatbed is ready for use. |
| FlatbedCoverUp | The flat bed cover is up. |
| FlatbedReady | The scanner has a document on the flatbed platen. |
| LampError | The scanner is not ready due to a lamp problem (supported only in Windows Vista and later). |
| MultipleFeeder | A multiple feed condition occurred (usually with a PaperJam) (supported only in Windows Vista and later). |
| PapaerPathCoverUp | The paper path is covered up and is preventing proper operation. |
| PaperJam | A document is jammed in the document feeder. |
| StorageFull | The storage is full, no upload operations possible (supported only in Windows Vista and later). |
| StorageReady | The internal storage device is ready (supported only in Windows Vista and later). |
| TpaReady | The transparency adapter is installed and ready for use (supported only in Windows Vista and later). |
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaDocumentHandlingStatusFlags
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