VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDeviceOption Class / GetSupportedValues() Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetSupportedValues() Method (SaneLocalDeviceOption)
    In This Topic
    Returns the supported values of this SANE option.
    Syntax
    'Declaration
    
    Public Function GetSupportedValues() As Object
    
    
    public object GetSupportedValues()
    
    
    public: object* GetSupportedValues()
    
    
    public:
    object^ GetSupportedValues()

    Return Value

    A container with supported values of this SANE option.
    Exceptions
    ExceptionDescription
    Thrown if device is not opened, option is not active or option has not supported value type.
    Requirements

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

    See Also