VintaSoft Imaging .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Imaging Namespace / WebImageViewerUndoMonitorJS type / WebImageViewerUndoMonitorJS Constructor(WebUndoManagerJS,WebImageViewerJS)
Syntax BrowserCompatibility SeeAlso
В этом разделе
    WebImageViewerUndoMonitorJS Constructor(WebUndoManagerJS,WebImageViewerJS)
    В этом разделе
    Initializes a new instance of the WebImageViewerUndoMonitorJS class.
    Синтаксис
    // Parameters
    var undoManager; // Type: WebUndoManagerJS
    var imageViewer; // Type: WebImageViewerJS
    
    var instance = new Vintasoft.Imaging.WebImageViewerUndoMonitorJS(undoManager, imageViewer);
    
    
    function WebImageViewerUndoMonitorJS(
    undoManager
    Объект WebUndoManagerJS.
    : WebUndoManagerJS,
    imageViewer
    WebImageViewerJS объект.
    : WebImageViewerJS
    ) : WebImageViewerUndoMonitorJS;

    Parameters

    undoManager
    Объект WebUndoManagerJS.
    imageViewer
    WebImageViewerJS объект.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также