Controls if the menu bar is hidden when the generated PDF document is displayed.
This property is false by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.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
Type:
Boolean
Reference