VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebFileConverterJS type / get_IsActive Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsActive Method
    In This Topic
    Gets a value indicating whether the file converter has active file converting process.
    Syntax
    var instance = new Vintasoft.Imaging.WebFileConverterJS(updateTimeout, service);
    
    var value; // Type: boolean
    value = instance.get_IsActive();
    
    
    function get_IsActive() : boolean;
    

    Return Value

    True - the file converter has active file converting process; False - the file converter does NOT have active file converting process.
    Browser Compatibility
    56+
    45+
    11
    See Also