LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaDocumentHandlingStatusFlags Enumeration
See Also  
Leadtools.Wia Namespace : WiaDocumentHandlingStatusFlags Enumeration



Flags contains current state of the scanner's installed flatbed, document feeder, or duplexer. For more information please refer to WIA_DPS_DOCUMENT_HANDLING_STATUS property ID in Microsoft Windows SDK Documentation.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum WiaDocumentHandlingStatusFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaDocumentHandlingStatusFlags
C# 
[FlagsAttribute()]
public enum WiaDocumentHandlingStatusFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class WiaDocumentHandlingStatusFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
DeviceAttentionThere is an error that requires user intervention on the device (supported only in Windows Vista and later).
DuplexerReadyThe duplexer is enabled and ready to be used.
FeederReadyThe flatbed is ready for use.
FlatbedCoverUpThe flat bed cover is up.
FlatbedReadyThe scanner has a document on the flatbed platen.
LampErrorThe scanner is not ready due to a lamp problem (supported only in Windows Vista and later).
MultipleFeederA multiple feed condition occurred (usually with a PaperJam) (supported only in Windows Vista and later).
PapaerPathCoverUpThe paper path is covered up and is preventing proper operation.
PaperJamA document is jammed in the document feeder.
StorageFullThe storage is full, no upload operations possible (supported only in Windows Vista and later).
StorageReadyThe internal storage device is ready (supported only in Windows Vista and later).
TpaReadyThe transparency adapter is installed and ready for use (supported only in Windows Vista and later).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaDocumentHandlingStatusFlags

Requirements

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

See Also