IsWmUniqueFirstPageEnabled

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

 

IsWmUniqueFirstPageEnabled (pDevMode As Long) As Boolean

 

Input value:pDevMode        - handle to the BlackIceDEVMODE structure.

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

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.