IsWatermarkEnabled

#include “BIADVPRN.H”

 

BOOL  IsWatermarkEnabled (DEVMODE*  pDevMode);

Description

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

Parameters

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TRUE if Print Watermark is used, otherwise FALSE.

Requirements

Header :     Declared in BiAdvPrn.h; include BiAdvPrn.h.

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.