VintaSoft Imaging .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewUndoMonitorJS type / WebAnnotationViewUndoMonitorJS Constructor(WebUndoManagerJS,WebAnnotationViewCollectionJS,WebAnnotationViewJS)
Syntax BrowserCompatibility SeeAlso
В этом разделе
WebAnnotationViewUndoMonitorJS Constructor(WebUndoManagerJS,WebAnnotationViewCollectionJS,WebAnnotationViewJS)
В этом разделе
Initializes a new instance of the WebAnnotationViewUndoMonitorJS class.
Синтаксис
// 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 объект.
annotationViewCollection
WebAnnotationViewCollectionJS, содержащий annotationView.
annotationView
WebAnnotationViewJS для мониторинга.
Совместимость с веб браузерами
9
5
11
5
Смотрите также