Retrieves that the Text Watermark 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 methods can be used to change the settings of both the Text Watermark and Text Stamp features.
GetTextWatermarkEnabled (pDevMode As Long) As Boolean
Input value - Handle to the BlackIceDEVMODE structure
Return value - TRUE if the Text Watermark feature is enabled, FALSE otherwise
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.