VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageViewerUndoMonitorJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebImageViewerUndoMonitorJS type
In This Topic
Represents an undo monitor that monitors the WebImageViewerJS object and adds undo action to an undo manager if WebImageCollectionJS is changed.
Syntax
// Parameters
var undoManager; // Type: WebUndoManagerJS
var imageViewer; // Type: WebImageViewerJS

var instance = new Vintasoft.Imaging.WebImageViewerUndoMonitorJS(undoManager, imageViewer);

Inheritance Hierarchy

Object
   Vintasoft.Imaging.WebUndoMonitorJS
      Vintasoft.Imaging.WebImageViewerUndoMonitorJS
         Vintasoft.Imaging.Annotation.WebAnnotationViewerUndoMonitorJS

Browser Compatibility
56+
45+
11
See Also