set_ShowAnnotationListPanelInSidePanel Method
In This Topic
Sets a value indicating whether the the side panel of web document viewer should contain the annotation 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_ShowAnnotationListPanelInSidePanel(value);
function set_ShowAnnotationListPanelInSidePanel(
: boolean
) : any;
Parameters
- value
- A value indicating whether the the side panel of web document viewer should contain the annotation list panel.
Browser Compatibility
See Also