DisableWatermarkOnFirstPageOnly

 

#include “BlackIceDEVMODE.h”

 

BOOL DisableWatermarkOnFirstPageOnly (BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_ WATERMARK_ FIRST_PAGE_ONLY flag to 0 (false). Sets the value of the ‘Add Watermark To the first page only’ checkbox

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None