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 });