SDK

Low-Code

Workflow

DWS API

Web Guides User interface Main toolbar

Adjust the placement of the toolbar in our viewer

To adjust the placement of the main toolbar, you can set the PSPDFKit.Configuration#toolbarPlacement property to either PSPDFKit.ToolbarPlacement.TOP or PSPDFKit.ToolbarPlacement.BOTTOM:

PSPDFKit.load({
	toolbarPlacement: PSPDFKit.ToolbarPlacement.BOTTOM
});