VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoManagerJS type / get_IsInitializing Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsInitializing Method
    In This Topic
    Gets a value indicating whether the undo manager is initializing.
    Syntax
    var instance = new Vintasoft.Imaging.WebUndoManagerJS();
    
    var value; // Type: boolean
    value = instance.get_IsInitializing();
    
    
    function get_IsInitializing() : boolean;
    

    Return Value

    True - undo manager is initializing; False - undo manager is not initializing.
    Browser Compatibility
    56+
    45+
    11
    See Also