GetTextStampVisibility

 

#include “BlackIceDEVMODE.h”

BOOL GetTextStampVisibility(BlackIceDEVMODE* pBlackIceDevMode, int* iValue);

 

Description

Retrieves the opacity of the Text Watermark or Text Stamp. An opacity value of 10 means the Watermark or Stamp text is faintly visible, 100 means the Watermark or Stamp text is completely visible.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int* iValue                                         - pointer to the variable, that contains the opacity value in percentage.

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None