VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageViewerUndoMonitorJS type / WebImageViewerUndoMonitorJS Constructor(WebUndoManagerJS,WebImageViewerJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebImageViewerUndoMonitorJS Constructor(WebUndoManagerJS,WebImageViewerJS)
    In This Topic
    Initializes a new instance of the WebImageViewerUndoMonitorJS class.
    Syntax
    // Parameters
    var undoManager; // Type: WebUndoManagerJS
    var imageViewer; // Type: WebImageViewerJS
    
    var instance = new Vintasoft.Imaging.WebImageViewerUndoMonitorJS(undoManager, imageViewer);
    
    

    Parameters

    undoManager
    WebUndoManagerJS object.
    imageViewer
    WebImageViewerJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also