DisableWatermark

 

#include “BlackIceDEVMODE.h”

 

BOOL DisableWatermark (BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_ WATERMARK_ENABLE flag to 0 (false). Sets the value of the ‘Print Watermark’ checkbox UNCHECKED.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None