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

    Return Value

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