ViewerPreferencesHideMenubar Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a flag specifying whether to hide the conforming reader’s menu bar when the document is active. Default value: false.

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool HideMenubar { get; set; }

Property Value

Type: Boolean
true if hide menubar; otherwise, false.
Examples

C#
// this objects represents a PDF fixed document
FixedDocument document = new FixedDocument(inPdf);

// change viewer preferences
document.ViewerPreferences.HideMenubar = true;
See Also

Reference