SetTextWatermarkEnabled

 

Enables or Disables Text Watermark printing. The Text Watermark and Text Stamp cannot be enabled at the same time. The Text Watermark and Text Stamp features share the same settings. The GetTextStampXXX and SetTextStampXXX functions can be used to change the settings of both the Text Watermark and Text Stamp features.

SetTextWatermarkEnabled (pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value    - Handle to the BlackIceDEVMODE structure

Input value    - Set to TRUE to enable the Text Watermark, set to FALSE to disable it.

Return value - TRUE on success, FALSE otherwise.

 

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