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

    Object
       Vintasoft.Imaging.WebUndoMonitorJS
          Vintasoft.Imaging.Annotation.WebAnnotationViewCollectionUndoMonitorJS

    Browser Compatibility
    56+
    45+
    11
    See Also