GetPdfOpenHideToolbar 

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

GetPdfOpenHideToolbar ((pBlackIceDEVMODE As Long) As Boolean

Input value    - pointer to the BlackIceDEVMODE structure.

Return value - the state of the  Hide toolbar 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.