#include “BlackIceDEVMODE.h”
BOOL SetTextStampFirstPageOnly (BlackIceDEVMODE* pBlackIceDevMode, BOOL bFirstPageOnly);
Description
Sets that the Text Stamp or Text Watermark is applied to the first page only or to all pages. Sets the value of the ‘Add to the first page only’ checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bFirstPageOnly - 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