| PdfMergeClientsetViewerHideMenuBar Method  | 
 
            Set a flag specifying whether to hide the pdf viewer application's menu bar when the document is active. The default value is False.
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic PdfMergeClient setViewerHideMenuBar(
	bool viewerHideMenuBar
)
Public Function setViewerHideMenuBar ( 
	viewerHideMenuBar As Boolean
) As PdfMergeClient
Parameters
- viewerHideMenuBar
- Type: SystemBoolean
 Hide menu bar or not.
Return Value
Type: 
PdfMergeClientReference to the current object.
 See Also
See Also