EnableWatermark

 

#include “BlackIceDEVMODE.h”

 

BOOL EnableWatermark (BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_ WATERMARK_ENABLE flag. Sets the value of the ‘Print Watermark’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None