#include “BlackIceDEVMODE.h”
BOOL GetFooterFirstPageOnly(BlackIceDEVMODE* pBlackIceDevMode, BOOL* bFirstPageOnly);
Description
Retrieves that the Footer is applied to the first page only or to all pages. Represents the value of the ‘Add Footer to the first page only’ checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bFirstPageOnly - pointer to the variable that contains the state
of the ‘Add Footer to the first page only’ option:
- 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