Visual Basic (Declaration) | |
---|---|
Public Enum TwainReturnCode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainReturnCode |
C# | |
---|---|
public enum TwainReturnCode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class TwainReturnCode : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Cancel | TWRC_CANCEL |
CheckStatus | TWRC_CHECKSTATUS |
CustomBase | TWRC_CUSTOMBASE |
DataNotAvailable | TWRC_DATANOTAVAILABLE |
DataSourceEvent | TWRC_DSEVENT |
EndOfList | TWRC_ENDOFLIST |
Failure | TWRC_FAILURE |
InfoNotSupported | TWRC_INFONOTSUPPORTED |
NotDataSourceEvent | TWRC_NOTDSEVENT |
Success | TWRC_SUCCESS |
TransferDone | TWRC_XFERDONE |
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.TwainReturnCode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7