Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

TwainReturnCode Enumeration






The return code constants for retrieving the extended image information.
Syntax
'Declaration
 
Public Enum TwainReturnCode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As TwainReturnCode
public enum class TwainReturnCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Success TWRC_SUCCESS
1Failure TWRC_FAILURE
2CheckStatus TWRC_CHECKSTATUS
3Cancel TWRC_CANCEL
4DataSourceEvent TWRC_DSEVENT
5NotDataSourceEvent TWRC_NOTDSEVENT
6TransferDone TWRC_XFERDONE
7EndOfList TWRC_ENDOFLIST
8InfoNotSupported TWRC_INFONOTSUPPORTED
9DataNotAvailable TWRC_DATANOTAVAILABLE
32768CustomBase TWRC_CUSTOMBASE
Remarks
For more information about this enumeration and its values, refer to the TWAIN Specification (Version 2.0) http://www.twain.org.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Twain.TwainReturnCode

Requirements

Target Platforms

See Also

Reference

Leadtools.Twain Namespace

Error processing SSI file