VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerSettingsJS type / set_CanResizeSidePanel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_CanResizeSidePanel Method
    In This Topic
    Sets 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 returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_CanResizeSidePanel(value);
    
    
    function set_CanResizeSidePanel(
    value
    A value indicating whether web document viewer allows to resize the side panel.
    : boolean
    ) : any;

    Parameters

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