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

    Return Value

    Identifier of device capability.
    Browser Compatibility
    9
    See Also