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