SetTextStampEnabled

 

#include “BlackIceDEVMODE.h”

BOOL SetTextStampEnabled(BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable);

 

Description

Enables or Disables Text Stamp 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 Stamp

                                                            option:

FALSE: The Text Stamp is disabled

TRUE: The Text Stamp is enabled

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None