SetFooterFirstPageOnly

Sets that the Footer is applied to the first page only or to all pages. Sets the value of the ‘Add Footer to the first page only’ checkbox.

  

SetFooterFirstPageOnly (pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value    - Handle to the BlackIceDEVMODE structure

Input value    - If TRUE: The Footer is applied to the first page only.

                        If FALSE: The Footer is applied to all pages.

Return value - TRUE on success, FALSE otherwise.


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