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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_IsShowStateHistory(value);

Parameters

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