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
See Also