VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerSettingsJS type / set_ShowAnnotationCommentListPanelInSidePanel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    A value indicating whether the side panel of web document viewer should contain the annotation comment list panel.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether the side panel of web document viewer should contain the annotation comment list panel.
    Browser Compatibility
    56+
    45+
    11
    See Also