| Visual Basic (Declaration) | |
|---|---|
Public Enum TwainConditionCode Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum TwainConditionCode : Enum | |
| C++/CLI | |
|---|---|
public enum class TwainConditionCode : public Enum | |
| Member | Description |
|---|---|
| CustomBase | TWCC_CUSTOMBASE |
| Success | TWCC_SUCCESS |
| Bummer | TWCC_BUMMER |
| LowMemory | TWCC_LOWMEMORY |
| Nods | TWCC_NODS |
| MaxConnections | TWCC_MAXCONNECTIONS |
| OperationError | TWCC_OPERATIONERROR |
| BadCap | TWCC_BADCAP |
| BadProtocol | TWCC_BADPROTOCOL |
| BadValue | TWCC_BADVALUE |
| SeqError | TWCC_SEQERROR |
| BadDest | TWCC_BADDEST |
| CapUnsupported | TWCC_CAPUNSUPPORTED |
| CapBadOperation | TWCC_CAPBADOPERATION |
| CapSeqError | TWCC_CAPSEQERROR |
| Denied | TWCC_DENIED |
| FileExists | TWCC_FILEEXISTS |
| FileNotFound | TWCC_FILENOTFOUND |
| NotEmpty | TWCC_NOTEMPTY |
| PaperJam | TWCC_PAPERJAM |
| PaperDoubleFeed | TWCC_PAPERDOUBLEFEED |
| FileWriteError | TWCC_FILEWRITEERROR |
| CheckDeviceOnline | TWCC_CHECKDEVICEONLINE |
| Interlock | TWCC_INTERLOCK |
| DamagedCorner | TWCC_DAMAGEDCORNER |
| FocusError | TWCC_FOCUSERROR |
| DocTooLight | TWCC_DOCTOOLIGHT |
| DocTooDark | TWCC_DOCTOODARK |
For more information about this enumeration and its values, refer to the TWAIN Specification (Version 2.0)
http://www.twain.org.
System.Object
System.ValueType
System.Enum
Leadtools.Twain.TwainConditionCode
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Copy Code