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

    Parameters

    undoManager
    WebUndoManagerJS object.
    annotationViewCollection
    WebAnnotationViewCollectionJS to monitor.
    Browser Compatibility
    56+
    45+
    11
    See Also