#include “BlackIceDEVMODE.h”
BOOL GetPdfAOpenHideMenubar (BlackIceDEVMODE* pDevMode, BOOL* pEnable);
Description
This value specifies that the viewer application’s menu bar should be hidden or not when the output PDF/A document is opened.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL* pEnable - pointer to the variable, that contains the state of the Hide menu bar option:
FALSE: Menu bar is visible in the viewer when opening the output PDF file
TRUE: Menu bar is hidden in the viewer when opening the output PDF file
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None