VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    SaneType Enumeration
    In This Topic
    Specifies available types, which are available in the SANE API.
    Syntax
    'Declaration
    
    Public Enum SaneType
       Inherits System.Enum
    
    
    public enum SaneType : System.Enum
    
    
    __value public enum SaneType : public System.Enum
    
    
    public enum class SaneType : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedUndefined.
    BooleanBoolean.
    IntegerInteger.
    FixedFixed.
    StringString.
    ButtonButton.
    GroupGroup.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Sane.SaneType

    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also