VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI Namespace / WebPdfDocumentEditorControlSettingsJS type / set_ShowInteractiveFieldListSidePanel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_ShowInteractiveFieldListSidePanel Method
In This Topic
Sets a value indicating whether web PDF document editor should show the "Interactive fields" side panel.
Syntax
var instance = new Vintasoft.Imaging.Pdf.UI.WebPdfDocumentEditorControlSettingsJS(containerId, localizationId);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_ShowInteractiveFieldListSidePanel(value);

Parameters

value
A value indicating whether web PDF document editor should show the "Interactive fields" side panel.
Browser Compatibility
56+
45+
11
See Also