Gets or sets a value indicating whether to hide the viewer
application’s menu bar when the document is active.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool HideMenuBar { get; set; }
VB
Public Property HideMenuBar As Boolean
Get
Set
Property Value
Type:
Booleantrue if to hide the viewer application’s menu
bar when the document is active; otherwise,
false.
See Also