SetPdfOpenHideToolbar 

 

#include “BlackIceDEVMODE.h”

 

BOOL             SetPdfOpenHideToolbar (BlackIceDEVMODE* pDevMode, BOOL bEnable);

Description

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

Parameters

BlackIceDEVMODE* pDevMode              - pointer to the BlackIceDEVMODE structure.

BOOL bEnable                                           - contains the state of the Hide toolbar option:

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

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

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None