hide_menu_bar property
hide_menu_bar property
The property specifies whether the menu bar should be hidden when the document is active; default is False.
Definition:
@property
def hide_menu_bar(self):
...
@hide_menu_bar.setter
def hide_menu_bar(self, value):
...
See Also
- class
PdfFormattingOptions