VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
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.
    Синтаксис
    // Parameters
    var undoManager; // Type: WebUndoManagerJS
    var annotationViewCollection; // Type: WebAnnotationViewCollectionJS
    
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewCollectionUndoMonitorJS(undoManager, annotationViewCollection);
    
    
    function WebAnnotationViewCollectionUndoMonitorJS(
    undoManager
    WebUndoManagerJS объект.
    : WebUndoManagerJS,
    annotationViewCollection
    WebAnnotationViewCollectionJS для мониторинга.
    : WebAnnotationViewCollectionJS
    ) : WebAnnotationViewCollectionUndoMonitorJS;

    Parameters

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