Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaDocumentHandlingStatusFlags
C# 
[FlagsAttribute()]
public enum WiaDocumentHandlingStatusFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class WiaDocumentHandlingStatusFlags : public Enum 

Members

MemberDescription
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).

Inheritance Hierarchy

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

Requirements

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

See Also