GetHeaderFirstPageOnly

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

 

GetHeaderFirstPageOnly (pDevMode As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure.

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

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

 


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