VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerJS type / getAnnotationViewerUndoMonitor Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    getAnnotationViewerUndoMonitor Method
    In This Topic
    Returns the WebAnnotationViewerUndoMonitorJS, which is associated with image viewer of document viewer.
    Syntax
    var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerJS(settings);
    
    var value; // Type: object
    value = instance.getAnnotationViewerUndoMonitor();
    
    
    function getAnnotationViewerUndoMonitor() : object;
    

    Return Value

    Remarks

    Newly created monitor is disabled by default and must be enabled in the code if this is necessary.
    This function will create new monitor if previously created monitor is destroyed.

    Browser Compatibility
    56+
    45+
    11
    See Also