VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerSettingsJS type / get_CanResizeSidePanel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanResizeSidePanel Method
    In This Topic
    Gets a value indicating whether web document viewer allows to resize the side panel.
    Syntax
    var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerSettingsJS(containerId, localizationId, useAnnotations);
    
    var value; // Type: boolean
    value = instance.get_CanResizeSidePanel();
    
    
    function get_CanResizeSidePanel() : boolean;
    

    Return Value

    A value indicating whether web document viewer allows to resize the side panel. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also