SetCoverPageEnabled

 

Enables or disables the Cover Page Filler. The Cover Page Filler requires .NET Framework 4.5 to be installed.

 

SetCoverPageEnabled (pBlackIceDEVMODE As Long, bEnable As Boolean) As Boolean

 

pBlackIceDEVMODE          - pointer to the BlackIceDEVMODE structure.

bEnable                                 - If this value is TRUE,        the Cover Page Filler will be shown during printing.

Return value - TRUE on success, otherwise FALSE.

 

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