VintaSoft Twain .NET SDK 15.2: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageIsBlankResultJS type / get_IsBlank Property
Syntax BrowserCompatibility SeeAlso
    get_IsBlank Method
    Gets a value indicating whether the image is blank.
    Syntax
    var instance = new Vintasoft.Twain.WebAcquiredImageIsBlankResultJS(isBlank, noiseLevel);
    
    var value; // Type: boolean
    value = instance.get_IsBlank();
    
    

    Return Value

    True - image is blank image; False - image is not blank image.
    Browser Compatibility
    9
    See Also