VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / set_ActiveManagers Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ActiveManagers Method
    In This Topic
    Sets the active managers.
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebUndoManagerJS[]
    
    returnValue = instance.set_ActiveManagers(value);
    
    
    function set_ActiveManagers(
    value
    Array of WebUndoManagerJS objects.
    : WebUndoManagerJS[]
    ) : any;

    Parameters

    value
    Array of WebUndoManagerJS objects.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also