GetTextStampBackgroundMode

 

Returns the Text Stamp or Text Watermark text background mode.

GetTextStampBackgroundMode (pDevMode As Long) As Long

 

Input value    - Handle to the BlackIceDEVMODE structure

Return value        - Text background mode. Possible values:

0: The text background is transparent

1: The text background is opaque

 

 

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