#include “BlackIceDEVMODE.h”
BOOL SetTextWatermarkEnabled(BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable);
Description
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.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - contains the state of the Enable Text Watermark
option:
FALSE: The Text Watermark is disabled
TRUE: The Text Watermark is enabled
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None