#include “BlackIceDEVMODE.h”
BOOL SetTextStampColor(BlackIceDEVMODE* pBlackIceDevMode, COLORREF Color);
Description
Sets the color used for the Text Stamp or Text Watermark.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
COLORREF Color - new text color
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None