VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / set_CurrentManager Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_CurrentManager Method
    In This Topic
    Sets the current undo manager.
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebUndoManagerJS
    
    returnValue = instance.set_CurrentManager(value);
    
    
    function set_CurrentManager(
    value
    An instance of WebUndoManagerJS class. Default value is null.
    : WebUndoManagerJS
    ) : any;

    Parameters

    value
    An instance of WebUndoManagerJS class. Default value is null.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if initialization of that manager is not finished.
    Thrown if this composite undo manager does not contain new current manager.
    Browser Compatibility
    56+
    45+
    11
    See Also