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