VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain Namespace / TwainReturnCode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    TwainReturnCode Enumeration
    In This Topic
    Specifies available codes which can be returned by TWAIN device when operation is finished.
    Syntax
    'Declaration
    
    Public Enum TwainReturnCode
       Inherits System.Enum
    
    
    public enum TwainReturnCode : System.Enum
    
    
    __value public enum TwainReturnCode : public System.Enum
    
    
    public enum class TwainReturnCode : public System.Enum
    
    
    Members
    MemberDescription
    SuccessOperation was successful.
    FailureOperation failed - get the Condition Code for more information.
    CheckStatusPartially successful operation; request further information.
    CancelAbort transfer or the Cancel button was pressed.
    DSEventEvent (or Windows message) belongs to this Source.
    NotDSEventEvent (or Windows message) does not belong to this Source.
    XferDoneAll data has been transferred.
    EndOfListNo more Sources found after MSG_GETNEXT.
    InfoNotSupportedThe information is not supported.
    DataNotAvailableThe data is not available.
    BusyScanner busy, please retry your command again later.
    ScannerLockedScanner is in use by another application, please retry your command again later.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Twain.TwainReturnCode

    Requirements

    Target Platforms: .NET 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also