VintaSoft Twain .NET SDK 15.2: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_IsSane Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsSane Method
    In This Topic
    Gets a value indicating whether device is SANE device.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);
    
    var value; // Type: boolean
    value = instance.get_IsSane();
    
    
    function get_IsSane() : boolean;
    

    Return Value

    A value indicating whether device is SANE device.
    Browser Compatibility
    9
    See Also