In This Topic
Identifies the status of the currently executed operation using WIA.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum WiaStatus
Inherits System.Enum
[ComVisible(true)]
public enum WiaStatus : System.Enum
public enum WiaStatus = class(System.Enum)
ComVisibleAttribute()
public enum WiaStatus extends System.Enum
[ComVisible(true)]
__value public enum WiaStatus : public System.Enum
[ComVisible(true)]
public enum class WiaStatus : public System.Enum
Members
Member | Value | Description |
WIA_CAN_NOT_GET_VALUE | 51 |
Cannot get the specified value.
|
WIA_CAN_NOT_SET_VALUE | 50 |
Cannot set the specified value.
|
WIA_ERROR_BUSY | 6 |
The WIA device is busy.
|
WIA_ERROR_COVER_OPEN | 16 |
One or more of the device’s cover is open.
|
WIA_ERROR_DEVICE_COMMUNICATION | 10 |
An unspecified error occurred during an attempted communication with the WIA device.
|
WIA_ERROR_DEVICE_LOCKED | 13 |
The scanner head is locked.
|
WIA_ERROR_EXCEPTION_IN_DRIVER | 14 |
The device driver threw an exception.
|
WIA_ERROR_GENERAL_ERROR | 1 |
An unknown error has occurred with the Windows Image Acquisition (WIA) device.
|
WIA_ERROR_INCORRECT_HARDWARE_SETTING | 12 |
There is an incorrect setting on the WIA device.
|
WIA_ERROR_INVALID_COMMAND | 11 |
The device does not support this command.
|
WIA_ERROR_INVALID_DRIVER_RESPONSE | 15 |
The response from the driver is invalid.
|
WIA_ERROR_ITEM_DELETED | 9 |
The WIA device was deleted. It can no longer be accessed.
|
WIA_ERROR_LAMP_OFF | 17 |
The scanner's lamp is off.
|
WIA_ERROR_MAXIMUM_PRINTER_ENDORSER_COUNTER | 18 |
A scan job was interrupted because an Imprinter/Endorser item reached the maximum valid value
for WIA_IPS_PRINTER_ENDORSER_COUNTER, and was reset to 0.
This feature is available with Windows 8 and later versions of Windows
|
WIA_ERROR_MULTI_FEED | 19 |
A scan error occurred because of a multiple page feed condition. This feature is available with Windows 8 and later versions of Windows.
|
WIA_ERROR_OFFLINE | 5 |
The WIA device is not online.
|
WIA_ERROR_PAPER_EMPTY | 3 |
The user requested a scan and there are no documents left in the document feeder.
|
WIA_ERROR_PAPER_JAM | 2 |
Paper is jammed in the scanner's document feeder.
|
WIA_ERROR_PAPER_PROBLEM | 4 |
An unspecified problem occurred with the scanner's document feeder.
|
WIA_ERROR_USER_INTERVENTION | 8 |
An unspecified error has occurred with the WIA device that requires user intervention.
The user should ensure that the device is turned on, online, and any cables are properly connected.
|
WIA_ERROR_WARMING_UP | 7 |
The WIA device is warming up.
|
WIA_GENERIC_ERROR | 100 |
An unknown error has occurred out of the Windows Image Acquisition (WIA) device.
|
WIA_OK | 0 |
The executed method has been successfully followed, that is without any errors. All right !
|
WIA_OPEN_SOURCE_FIRST | 30 |
No WIA device is open.
|
WIA_OPERATION_CANCELLED | 31 |
Operation canceled.
|
WIA_OUTPUT_FILE_EXISTS | 33 |
Output file already exists.
|
WIA_S_NO_DEVICE_AVAILABLE | 21 |
No WIA device of the selected type is available.
|
WIA_UNSUPPORTED_FEATURE | 60 |
The feature is not supported by the selected device.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.WiaStatus
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace