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