Questions tagged [pdfnet]

Feel free to utilize this tag for any inquiries related to PDFNet SDK on mobile, desktop/server, or PDFNetJS. In the absence of a specific language or platform tag, please provide a general PDFNet answer.

Activate a particular panel within the leftPanel using PDFNet Webviewer

When using disableElements in the setQuickBarPanelContents() function, I am able to remove 2 of the 3 panels from the leftPanel: setQuickBarPanelContents() { this.instance.disableElements(['notesPanel', 'notesPanelButton', 'outlinesPanel', 'outline ...