SetFooterBackgroundMode

 

 

#include “BlackIceDEVMODE.h”

BOOL SetFooterBackgroundMode(BlackIceDEVMODE* pBlackIceDevMode, int iBackground);

 

Description

Sets the Footer text background mode.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int iPosition                                       - new Footer text background mode. Possible values:

0: The Footer text background is transparent

1: The Footer text background is opaque

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None