GetPdfOpenHideMenubar 

This value specifies that the viewer application’s menu bar should be hidden or not when the output PDF document is opened.

 

GetPdfOpenHideMenubar (pBlackIceDEVMODE As Long) As Boolean

Input value    - pointer to the BlackIceDEVMODE structure.

Return value - the state of the Hide menu bar option:

If FALSE: Menu bar is visible in the viewer when opening the output PDF file

If TRUE: Menu bar is hidden in the viewer when opening the output PDF file 

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.