IsWatermarkOnFirstPageOnlyEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsWatermarkOnFirstPageOnlyEnabled (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_WATERMARK_FIRST_PAGE_ONLY flag. Represents the value of the ‘Add Watermark To the first page only’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘Add Watermark To the first page only’ checkbox is checked.

Programming Notes

None

Code Example

None