VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
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);
    
    
    function WebAnnotationViewUndoMonitorJS(
    undoManager
    WebUndoManagerJS объект.
    : WebUndoManagerJS,
    annotationViewCollection
    WebAnnotationViewCollectionJS, содержащий annotationView.
    : WebAnnotationViewCollectionJS,
    annotationView
    WebAnnotationViewJS для мониторинга.
    : WebAnnotationViewJS
    ) : WebAnnotationViewUndoMonitorJS;

    Parameters

    undoManager
    WebUndoManagerJS объект.
    annotationViewCollection
    WebAnnotationViewCollectionJS, содержащий annotationView.
    annotationView
    WebAnnotationViewJS для мониторинга.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также