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