DocumentViewerPreferencesHideMenuBar Property
A flag specifying whether to hide the viewer application’s
menu bar when the document is active. Default value: False.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool HideMenuBar { get; set; }
Public Property HideMenuBar As Boolean
Get
Set
public:
property bool HideMenuBar {
bool get ();
void set (bool value);
}
member HideMenuBar : bool with get, set
Property Value
Boolean