SetFooterBackgroundMode

 

Sets the Footer text background mode.

SetFooterBackgroundMode (pDevMode As Long, lBackgroundMode As Long) As Boolean

 

Input value    - Handle to the BlackIceDEVMODE structure

Input value    - New Footer background mode. Possible values:

0: The Footer text background is transparent

1: The Footer text background is opaque

Return value - TRUE on success, FALSE otherwise.

 

 

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