#include “BlackIceDEVMODE.h”
BOOL GetTextStampFirstPageOnly(BlackIceDEVMODE* pBlackIceDevMode, BOOL* bFirstPageOnly);
Description
Retrieves whether the Text Stamp or Text Watermark is applied to the first page only or to all pages. Represents the value of the ‘Add 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 to the first page only’ option:
- If TRUE: The Text Stamp or Text Watermark is applied to the first page only.
- If FALSE: The Text Stamp or Text Watermark is applied to all pages.
Return value:
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None