#include “BlackIceDEVMODE.h”
BOOL SetFooterPosition(BlackIceDEVMODE* pBlackIceDevMode, int iPosition);
Description
Sets the Footer text position type.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int iPosition - new Footer position type. Possible values:
0: The Footer text will be aligned to Left
1: The Footer text will be aligned to Center
2: The Footer text will be aligned to Right
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None