VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewCollectionUndoMonitorJS type / WebAnnotationViewCollectionUndoMonitorJS Constructor(WebUndoManagerJS,WebAnnotationViewCollectionJS)
Syntax BrowserCompatibility SeeAlso
WebAnnotationViewCollectionUndoMonitorJS Constructor(WebUndoManagerJS,WebAnnotationViewCollectionJS)
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
56+
45+
11
See Also