GetTextStampBackgroundMode

 

#include “BlackIceDEVMODE.h”

BOOL GetTextStampBackgroundMode(BlackIceDEVMODE* pBlackIceDevMode, int* iBackground);

 

Description

Retrieves the Text Stamp or Text Watermark background mode.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int* iPosition                                      - pointer to the variable, that contains the text background mode. Possible values of the variable:

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