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

    Return Value

    The device manufacturer.
    Browser Compatibility
    9
    See Also