#include “BlackIceDEVMODE.h”
BOOL SetFooterFirstPageOnly (BlackIceDEVMODE* pBlackIceDevMode, BOOL bFirstPageOnly);
Description
Sets that the Footer is applied to the first page only or to all pages. Sets the value of the ‘Add Footer to the first page only’ checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bFirstPageOnly - If TRUE: The Footer is applied to the first page only.
If FALSE: The Footer is applied to all pages.
Return value:
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None