Click or drag to resize
Pdf Library for .NET

PdfViewerPreferencesHideMenuBar Property

Gets or sets a flag specifying whether to hide the pdf viewer application's menu bar when the document is active.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public bool HideMenuBar { get; set; }

Property Value

Boolean
Remarks
The default value for this property is false.
See Also