VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / addManager Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    addManager Method
    In This Topic
    Creates new undo manager and adds new undo manager to this composite manager.
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var value; // Type: Vintasoft.Imaging.WebUndoManagerJS
    value = instance.addManager();
    
    
    function addManager() : WebUndoManagerJS;
    

    Return Value

    The new undo manager.
    Browser Compatibility
    56+
    45+
    11
    See Also