VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebCompositeRenderingSettingsJS type / isEmpty Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    isEmpty Method
    In This Topic
    Returns a value indicating whether the rendering settings is empty.
    Syntax
    var instance = new Vintasoft.Shared.WebCompositeRenderingSettingsJS(settings);
    
    var value; // Type: boolean
    value = instance.isEmpty();
    
    
    function isEmpty() : boolean;
    

    Return Value

    True if rendering settings is empty; otherwise, false.
    Browser Compatibility
    9
    See Also