WebImageViewerUndoMonitorJS Constructor(WebUndoManagerJS,WebImageViewerJS)
In This Topic
Initializes a new instance of the
WebImageViewerUndoMonitorJS class.
Syntax
// Parameters
var undoManager; // Type: WebUndoManagerJS
var imageViewer; // Type: WebImageViewerJS
var instance = new Vintasoft.Imaging.WebImageViewerUndoMonitorJS(undoManager, imageViewer);
Parameters
- undoManager
- WebUndoManagerJS object.
- imageViewer
- WebImageViewerJS object.
Browser Compatibility
See Also