EnableWatermarkUniqueFirstPage

 

#include “BlackIceDEVMODE.h”

 

BOOL                         EnableWatermarkUniqueFirstPage (BlackIceDEVMODE* pDevMode);

Description

The EnableWatermarkUniqueFirstPage function enables that the watermark on the first printed page can be different from the watermarks on the other printed pages.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None