GetFooterEnabled

 

Returns TRUE if the Footer feature is enabled, FALSE if it is disabled. Represents the value of the “Enable Footer” checkbox.

GetFooterEnabled (pDevMode As Long) As Boolean

 

Input value    - Handle to the BlackIceDEVMODE structure

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

 

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