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

    Return Value

    Value 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 9; .NET 8; .NET 7; .NET 6

    See Also