IsWatermarkEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsWatermarkEnabled (BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_WATERMARK_ENABLE flag. Represents the value of the ‘Print Watermark’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

TRUE if Print Watermark is used, otherwise FALSE.

Programming Notes

None

Code Example

None