#include “BlackIceDEVMODE.h”
BOOL SetFooterEnabled(BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable);
Description
Sets that the Footer printing is enabled or not.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - contains the state of the Enable Footer
option:
FALSE: The Footer is disabled
TRUE: The Footer is enabled
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None