VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / TwainConditionCode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    TwainConditionCode Enumeration
    In This Topic
    Specifies available condition codes which can be returned by device.
    Syntax
    'Declaration
    
    Public Enum TwainConditionCode
       Inherits System.Enum
    
    
    public enum TwainConditionCode : System.Enum
    
    
    __value public enum TwainConditionCode : public System.Enum
    
    
    public enum class TwainConditionCode : public System.Enum
    
    
    Members
    MemberDescription
    SuccessOperation worked.
    BummerGeneral failure. Unload Source immediately.
    LowMemoryNot enough memory to complete operation.
    NoDSSource Manager unable to find the specified Source.
    MaxConnectionsSource is connected to maximum supported number of applications.
    OperationErrorSource or Source Manager reported an error to the user and handled the error; no application action required.
    BadCapCapability not supported by Source or operation is not supported on capability, or capability had dependencies on other capabilities and cannot be operated upon at this time.
    BadProtocolUnrecognized operation triplet.
    BadValueData parameter out of supported range.
    SeqErrorIllegal operation for current Source Manager or Source state.
    BadDestUnknown destination in DSM_Entry.
    CapUnsupportedCapability not supported by Source.
    CapBadOperationOperation (i.e., Get or Set) not supported on capability.
    CapSeqErrorCapability has dependencies on other capabilities and cannot be operated upon at this time.
    DeniedFile System operation is denied (file is protected).
    FileExistsOperation failed because file already exists.
    FileNotFoundFile not found.
    NotEmptyOperation failed because directory is not empty.
    PaperJamTransfer failed because of a feeder error.
    PaperDoubleFeedTransfer failed because of a feeder error.
    FileWriteErrorFile write error.
    CheckDeviceOnlineCheck the device status.
    InterlockOperation failed because the cover or door is open.
    DamagedCornerOperation failed because the document has a damaged corner.
    FocusErrorOperation failed because of a focusing error during document capture.
    DocTooLightOperation failed because the document is too light.
    DocTooDarkOperation failed because the document is too dark.
    NoMediaSource has nothing to capture for a transfer.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.WpfTwain.TwainConditionCode

    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