VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebPdfRenderingSettingsJS 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.WebPdfRenderingSettingsJS(resolution, interpolationMode, smoothingMode);
    
    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