VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainCapabilityInfoJS type / get_CurrentValue Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CurrentValue Method
    In This Topic
    Gets current value of device capability.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainCapabilityInfoJS(id, name, containerType, valueType, currentValue, defaultValue, supportedValues);
    
    var value; // Type: object
    value = instance.get_CurrentValue();
    
    
    function get_CurrentValue() : object;
    

    Return Value

    Current value of device capability.
    Browser Compatibility
    9
    See Also