VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / get_CurrentManager Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CurrentManager Method
    In This Topic
    Gets the current undo manager.
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var value; // Type: Vintasoft.Imaging.WebUndoManagerJS
    value = instance.get_CurrentManager();
    
    
    function get_CurrentManager() : WebUndoManagerJS;
    

    Return Value

    An instance of WebUndoManagerJS class. Default value is null.
    Browser Compatibility
    56+
    45+
    11
    See Also