set_ShowAnnotationCommentListPanelInSidePanel Method
In This Topic
Sets a value indicating whether the side panel of web document viewer should contain the annotation comment list panel.
Syntax
var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerSettingsJS(containerId, localizationId, useAnnotations);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ShowAnnotationCommentListPanelInSidePanel(value);
function set_ShowAnnotationCommentListPanelInSidePanel(
: boolean
) : any;
Parameters
- value
- A value indicating whether the side panel of web document viewer should contain the annotation comment list panel.
Browser Compatibility
See Also