SetTextStampVisibility

 

#include “BlackIceDEVMODE.h”

BOOL WINAPI SetTextStampVisibility(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                                           - new opacity of the Text Stamp or Text Watermark in percentage.

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None