GetFooterFirstPageOnly

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

 

GetFooterFirstPageOnly (pDevMode As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure.

Return value - If FALSE: The Footer is applied to all pages.

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

 


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