VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageIsBlankResultJS type / get_IsBlank Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsBlank Method
    In This Topic
    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();
    
    
    function get_IsBlank() : boolean;
    

    Return Value

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