VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageUndoMonitorJS type / WebImageUndoMonitorJS Constructor(WebUndoManagerJS,WebImageCollectionJS,WebImageJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebImageUndoMonitorJS Constructor(WebUndoManagerJS,WebImageCollectionJS,WebImageJS)
    In This Topic
    Initializes a new instance of the WebImageUndoMonitorJS class.
    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(
    undoManager : WebUndoManagerJS,
    imageCollection
    The WebImageCollectionJS that contains image.
    : WebImageCollectionJS,
    image
    WebImageJS to monitor.
    : WebImageJS
    ) : WebImageUndoMonitorJS;

    Parameters

    undoManager
    WebUndoManagerJS object.
    imageCollection
    The WebImageCollectionJS that contains image.
    image
    WebImageJS to monitor.
    Browser Compatibility
    56+
    45+
    11
    See Also