IsWatermarkEnabled

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

 

IsWatermarkEnabled (pDevMode As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure

Return value - TRUE if ‘Print Watermark’ is used, otherwise FALSE

 

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