VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewerUndoMonitorJS type / get_ShowHistoryForDisplayedImages Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ShowHistoryForDisplayedImages Method
    In This Topic
    Gets a value indicating whether history must be shown only for images, which are displayed in viewer.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewerUndoMonitorJS(undoManager, annotationViewer);
    
    var value; // Type: boolean
    value = instance.get_ShowHistoryForDisplayedImages();
    
    
    function get_ShowHistoryForDisplayedImages() : boolean;
    

    Return Value

    True if history must be shown only for images, which are displayed in viewer; otherwise, false. Default value is true.
    Browser Compatibility
    56+
    45+
    11
    See Also