←Select platform

HideMenubar Property

Summary

Indicates whether the initial view should hide the menu bar

Syntax
C#
VB
Objective-C
C++
Java
public bool HideMenubar { get; set; } 
Public Property HideMenubar As Boolean 
@property (nonatomic, assign) BOOL hideMenubar 
public boolean getHideMenubar() 
public void setHideMenubar(boolean hideMenubar) 
public: 
property bool HideMenubar { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the initial view should hide the menu bar, otherwise; false. Default value is false.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly