IsWmOnFirstPageOnlyEnabled

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

 

IsWatermarkOnFirstPageOnlyEnabled (pDevMode As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure.

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

 

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