GetTextStampEnabled

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.

GetTextStampEnabled (pDevMode As Long) As Boolean

 

Input value    - Handle to the BlackIceDEVMODE structure

Return value - TRUE if the Text Stamp feature is enabled, FALSE otherwise

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.