VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI Namespace / WebPdfDocumentEditorControlSettingsJS type / get_ShowPdfImageResourceListSidePanel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ShowPdfImageResourceListSidePanel Method
    In This Topic
    Gets a value indicating whether web PDF document editor should show the "PDF image-resources" side panel.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.WebPdfDocumentEditorControlSettingsJS(containerId, localizationId);
    
    var value; // Type: boolean
    value = instance.get_ShowPdfImageResourceListSidePanel();
    
    
    function get_ShowPdfImageResourceListSidePanel() : boolean;
    

    Return Value

    A value indicating whether web PDF document editor should show the "PDF image-resources" side panel. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also