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

    Object
       Vintasoft.Imaging.WebUndoMonitorJS
          Vintasoft.Imaging.Annotation.WebAnnotationViewUndoMonitorJS

    Browser Compatibility
    56+
    45+
    11
    See Also