Hiding Buttons and Logo
It is possible to hide any button, control and logo on the document toolbar. It can be accomplished using Interface tab of Document Options window. By clearing or checking respective checkboxes you may control which buttons and controls are shown on the toolbar and which are not.
At programmatic conversion you may also control button visibility:
- with InterfaceOptions option if using Enhanced Batch Processing;
- with InterfaceOptions property of Profile object if using Print2HTML5 OLE Automation API.
Hiding the entire toolbar
To hide the entire toolbar, you need to clear all checkboxes in the Interface tab of Document Options window or use 0 for InterfaceOptions parameter value.
In this case it is also a good idea not to store skin data (toolbar images) in Print2HTML5 documents to reduce their size a little. It can be achieved if you choose <No Skin> in the Skin field of the Interface tab of Document Options window or, if you convert documents programmatically:
- use /NoSkin:on parameter if using Enhanced Batch Processing;
- set Skin property of Profile object to null value if using Print2HTML5 OLE Automation API.