VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_ProductFamily Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ProductFamily Method
    In This Topic
    Gets the device product family.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);
    
    var value; // Type: string
    value = instance.get_ProductFamily();
    
    
    function get_ProductFamily() : string;
    

    Return Value

    The device product family.
    Browser Compatibility
    9
    See Also