VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WpfTwain Namespace / TwainReturnCode Enumeration
Синтаксис Члены типа Иерархия Требования Смотрите также
В этом разделе
    TwainReturnCode Перечисление
    В этом разделе
    Specifies available codes which can be returned by TWAIN device when operation is finished.
    Синтаксис
    '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
    
    
    Члены типа
    Член типаОписание
    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.
    Иерархия наследования

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.WpfTwain.TwainReturnCode

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также