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

    Parameters

    undoManager
    WebUndoManagerJS object.
    annotationViewer
    WebAnnotationViewerJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also