GetTextWatermarkEnabled

 

#include “BlackIceDEVMODE.h”

BOOL GetTextWatermarkEnabled(BlackIceDEVMODE* pBlackIceDevMode, BOOL* bEnable);

 

Description

Retrieves that the Text Watermark feature is enabled or not. 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                             - pointer to the variable, that 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