ImageGear for Silverlight
ImGearConditionCode Enumeration
See Also  Send Feedback
ImageGear20.TWAIN Assembly > ImageGear.TWAIN Namespace : ImGearConditionCode Enumeration




Glossary Item Box

This enumeration specifies condition codes that may be returned by the TWAIN device.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
BadCap66 - Unknown or bad capability.
BadDest1212 - Bad or unknown destination source (or application).
BadProtocol99 - Bad protocol.
BadValue1010 - Bad value. Data parameter may be out of range.
Bummer11 - Failure due to unknown causes.
CapBadOperation1414 - Operation not supported by capability.
CapSeqError1515 - Capability has dependancy on other capability.
CapUnsupported1313 - Capability not supported by source.
CheckDeviceOnline23 23 - The device went offline prior to or during this operation.
CustomBase32768 0x8000 - Base for custom error codes.
DamagedCorner25 25 - Operation failed because the document has a damaged corner.
Denied1616 - File system operation is denied.
DocTooDark28 28 - Operation failed because the document is too dark.
DocTooLight27 27 - Operation failed because the document is too light.
FileExists1717 - Operation failed because file already exists.
FileNotFound1818 - File not found.
FileWriteError22 22 - File write error.
FocusError26 26 - Operation failed because of a focusing error during document capture.
Interlock24 24 - Operation failed because the cover or door is open.
LowMemory22 - Not enough memory to perform operation.
MaxConnections44 - The data source is already connected to max possible applications.
NoDS33 - No Data Source.
NotEmpty1919 - Operation failed because directory is not empty.
OperationError55 - Operation error.
PaperDoubleFeed2121 - The feeder detected multiple pages.
PaperJam2020 - The feeder is jammed.
SeqError1111 - Out of sequence error.
Success00 - It worked.

Remarks

If an error occurs in the TWAIN device and that error cannot be handled programatically by ImageGear (which would result in an ImageGear.Core.ImGearException being thrown), the error code returned by the TWAIN device will be indicated the Value2 property on the exception object. The Value1 property will be 7000, in this case.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearConditionCode

See Also

©2013. Accusoft Corporation. All Rights Reserved.