VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewerUndoMonitorJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebAnnotationViewerUndoMonitorJS type
    In This Topic
    Represents an undo monitor that monitors the WebAnnotationViewerJS object and adds undo action to an undo manager if WebAnnotationViewCollectionJS is changed.
    Syntax
    // Parameters
    var undoManager; // Type: WebUndoManagerJS
    var annotationViewer; // Type: WebAnnotationViewerJS
    
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewerUndoMonitorJS(undoManager, annotationViewer);
    
    
    function WebAnnotationViewerUndoMonitorJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.WebUndoMonitorJS
          Vintasoft.Imaging.Annotation.WebAnnotationViewerUndoMonitorJS

    Browser Compatibility
    56+
    45+
    11
    See Also