Trying to disable ToolsHeader

Product:

Product Version: 8.0.1

Please give a brief summary of your issue:
(Think of this as an email subject)
I am trying to disable toolsheader from UI, Is there a way to remove toolsheader from UI.

RE:
image

Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)

Please provide a link to a minimal sample where the issue is reproducible:

You can disable the tools header by following this guide: Apryse Documentation | Documentation.

Let me know if that helps!

Hi Andy I tried but its not working for me
I tried below code but toolsheader still enabled
instance.UI.disableElements([‘toolsHeader’]);
image

It should work with the following:

instance.UI.disableElements(['toolsHeader']);

toolsheader

When are you calling this?
Are you using the correct quotes?
Are you getting an error in the console? If so, what is that error?