VintaSoft Imaging .NET SDK 15.1: 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);

Parameters

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