VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / get_ActiveManagers Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_ActiveManagers Method
    In This Topic
    Gets the active managers.
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var value; // Type: Vintasoft.Imaging.WebUndoManagerJS[]
    value = instance.get_ActiveManagers();
    
    
    function get_ActiveManagers() : WebUndoManagerJS[];
    

    Return Value

    Array of WebUndoManagerJS objects.
    Remarks

    The active undo managers are undo managers, which are shown and used for navigation in undo history.

    Browser Compatibility
    56+
    45+
    11
    See Also