←Select platform

WiaDocumentHandlingStatusFlags Enumeration

Summary

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

C#
VB
C++
[FlagsAttribute()] 
public enum WiaDocumentHandlingStatusFlags 
  
<FlagsAttribute()> 
Public Enum WiaDocumentHandlingStatusFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class WiaDocumentHandlingStatusFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0x00000001FeederReadyThe flatbed is ready for use.
0x00000002FlatbedReadyThe scanner has a document on the flatbed platen.
0x00000004DuplexerReadyThe duplexer is enabled and ready to be used.
0x00000008FlatbedCoverUpThe flat bed cover is up.
0x00000010PapaerPathCoverUpThe paper path is covered up and is preventing proper operation.
0x00000020PaperJamA document is jammed in the document feeder.
0x00000040TpaReadyThe transparency adapter is installed and ready for use (supported only in Windows Vista and later).
0x00000080StorageReadyThe internal storage device is ready (supported only in Windows Vista and later).
0x00000100StorageFullThe storage is full, no upload operations possible (supported only in Windows Vista and later).
0x00000200MultipleFeederA multiple feed condition occurred (usually with a PaperJam) (supported only in Windows Vista and later).
0x00000400DeviceAttentionThere is an error that requires user intervention on the device (supported only in Windows Vista and later).
0x00000800LampErrorThe scanner is not ready due to a lamp problem (supported only in Windows Vista and later).
Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly