#include “BlackIceDEVMODE.h”
BOOL SetCoverPageEnabled (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Enables or disables the Cover Page Filler. The Cover Page Filler requires .NET Framework 4.5 to be installed.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - If this value is TRUE, the Cover Page Filler will be shown during printing.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None