Sets the Text Stamp or Text Watermark text background mode.
SetTextStampBackgroundMode (pDevMode As Long, lBackgroundMode As Long) As Boolean
Input value - Handle to the BlackIceDEVMODE structure
Input value - New background mode. Possible values:
0: The text background is transparent
1: The text background is opaque
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.