SetStartCoverPageBeforePrintingEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL SetStartCoverPageBeforePrintingEnabled (BlackIceDEVMODE* pDevMode, BOOL bEnable);

 

Description

 

Sets when the Cover Page Filler is displayed during printing. If the option is enabled, the Cover Page Filler is shown at the beginning of the Print Job. The printer driver waits until the Cover Page is submitted, then the printing of the document continues. If the option is disabled, the Cover Page Filler is shown at the end of the Print Job. The printer driver prints the document, then displays the Cover Page Filler. When the Cover Page is submitted, the driver inserts the Cover Page to the beginning of the output document.

 

Parameters

 

BlackIceDEVMODE* pDevMode                - pointer to the BlackIceDEVMODE structure.

BOOL bEnable                                               - If this value is TRUE,           the Cover Page Filler will be shown at the beginning of the print job.

 

Return value

 

TRUE on success, otherwise FALSE.

 

Programming Notes

 

None

 

Code Example

 

None