Enables or Disables Text Stamp printing. 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.
SetTextStampEnabled (pDevMode As Long, bEnable As Boolean) As Boolean
Input value - Handle to the BlackIceDEVMODE structure
Input value - Set to TRUE to enable the Text Stamp, set to FALSE to disable it.
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.