VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewUndoMonitorJS type / WebAnnotationViewUndoMonitorJS Constructor(WebUndoManagerJS,WebAnnotationViewCollectionJS,WebAnnotationViewJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebAnnotationViewUndoMonitorJS Constructor(WebUndoManagerJS,WebAnnotationViewCollectionJS,WebAnnotationViewJS)
In This Topic
Initializes a new instance of the WebAnnotationViewUndoMonitorJS class.
Syntax
// Parameters
var undoManager; // Type: WebUndoManagerJS
var annotationViewCollection; // Type: WebAnnotationViewCollectionJS
var annotationView; // Type: WebAnnotationViewJS

var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewUndoMonitorJS(undoManager, annotationViewCollection, annotationView);

Parameters

undoManager
WebUndoManagerJS object.
annotationViewCollection
The WebAnnotationViewCollectionJS that contains annotationView.
annotationView
WebAnnotationViewJS to monitor.
Browser Compatibility
56+
45+
11
See Also