VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageIsBlankResultJS type / WebAcquiredImageIsBlankResultJS Constructor(boolean,number)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebAcquiredImageIsBlankResultJS Constructor(boolean,number)
    In This Topic
    Initializes a new instance of the WebAcquiredImageIsBlankResultJS class.
    Syntax
    // Parameters
    var isBlank; // Type: boolean
    var noiseLevel; // Type: number
    
    var instance = new Vintasoft.Twain.WebAcquiredImageIsBlankResultJS(isBlank, noiseLevel);
    
    
    function WebAcquiredImageIsBlankResultJS(
    isBlank
    A value indicating whether the image is blank.
    : boolean,
    noiseLevel
    Current noise value in image.
    : number
    ) : WebAcquiredImageIsBlankResultJS;

    Parameters

    isBlank
    A value indicating whether the image is blank.
    noiseLevel
    Current noise value in image.
    Browser Compatibility
    9
    See Also