SetTextStampBackgroundMode

 

#include “BlackIceDEVMODE.h”

BOOL SetTextStampBackgroundMode(BlackIceDEVMODE* pBlackIceDevMode, int iBackground);

 

Description

Sets the Text Stamp or Text Watermark background mode.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int iPosition                                       - new text background mode. Possible values:

0: The text background is transparent

1: The text background is opaque

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None