VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageUndoMonitorJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebImageUndoMonitorJS type
    In This Topic
    Represents an undo monitor that monitors the WebImageJS object and adds undo action to an undo manager if WebImageJS object is changed.
    Syntax
    // Parameters
    var undoManager; // Type: WebUndoManagerJS
    var imageCollection; // Type: WebImageCollectionJS
    var image; // Type: WebImageJS
    
    var instance = new Vintasoft.Imaging.WebImageUndoMonitorJS(undoManager, imageCollection, image);
    
    
    function WebImageUndoMonitorJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.WebUndoMonitorJS
          Vintasoft.Imaging.WebImageUndoMonitorJS

    Browser Compatibility
    56+
    45+
    11
    See Also