VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / removeManager Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    removeManager Method
    In This Topic
    Removes the specified undo manager from the composite undo manager and disposes the undo manager.
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var value; // Type: any
    
    // Parameters
    var undoManager; // Type: WebUndoManagerJS
    
    value = instance.removeManager(undoManager);
    
    
    function removeManager(
    undoManager
    The undo manager to remove.
    : WebUndoManagerJS
    ) : any;

    Parameters

    undoManager
    The undo manager to remove.
    Browser Compatibility
    56+
    45+
    11
    See Also