Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
TwainReturnCode Enumeration
See Also  
Leadtools.Twain Namespace : TwainReturnCode Enumeration



The return code constants for retrieving the extended image information.

Syntax

Visual Basic (Declaration) 
Public Enum TwainReturnCode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As TwainReturnCode
C# 
public enum TwainReturnCode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class TwainReturnCode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CancelTWRC_CANCEL
CheckStatusTWRC_CHECKSTATUS
CustomBaseTWRC_CUSTOMBASE
DataNotAvailableTWRC_DATANOTAVAILABLE
DataSourceEventTWRC_DSEVENT
EndOfListTWRC_ENDOFLIST
FailureTWRC_FAILURE
InfoNotSupportedTWRC_INFONOTSUPPORTED
NotDataSourceEventTWRC_NOTDSEVENT
SuccessTWRC_SUCCESS
TransferDoneTWRC_XFERDONE

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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also