VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentJS type / get_IsShowStateHistory Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsShowStateHistory Method
    In This Topic
    Gets a value indicating the state replies must be shown in comment panel.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS(parentCollection);
    
    var value; // Type: boolean
    value = instance.get_IsShowStateHistory();
    
    
    function get_IsShowStateHistory() : boolean;
    

    Return Value

    True - the state replies must be shown in comment panel; false - the state replies must not be shown in comment panel.
    Browser Compatibility
    56+
    45+
    11
    See Also