SetPdfAOpenHideToolbar 

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

SetPdfAOpenHideToolbar (pBlackIceDEVMODE As Long, bEnable As Boolean) As Boolean

 

pBlackIceDEVMODE          - pointer to the BlackIceDEVMODE structure.

bEnable                      

-If FALSE: Toolbar is visible in the viewer when opening the output PDF file

-If TRUE: Toolbar is hidden in the viewer when opening the output PDF file  

Return value - TRUE on success, otherwise FALSE.

 

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