#include “BlackIceDEVMODE.h”
BOOL GetTextStampEnabled(BlackIceDEVMODE* pBlackIceDevMode, BOOL* bEnable);
Description
Retrieves that the Text Stamp feature is enabled or not. The Text Watermark and Text Stamp cannot be enabled at the same time. The Text Watermark and Text Stamp features share the same settings. The GetTextStampXXX and SetTextStampXXX functions can be used to change the settings of both the Text Watermark and Text Stamp features.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL* bEnable - pointer to the variable, that contains the state
of the Enable Text Stamp option:
FALSE: The Text Stamp is disabled
TRUE: The Text Stamp is enabled
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None