IsWatermarkUniqueFirstPageEnabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL                         IsWatermarkUniqueFirstPageEnabled(BlackIceDEVMODE* pDevMode);

Description

This function gets the watermark setting of the first printed page. If this function returns TRUE, the first printed page contains unique watermark. This watermark can be different from the watermarks on the other printed pages.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘Unique watermark on the first page’ checkbox is checked.

Programming Notes

None

Code Example

None