IsStartCoverPageBeforePrintingEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL IsStartCoverPageBeforePrintingEnabled(BlackIceDEVMODE* pDevMode);

 

Description

 

Returns where 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.

 

Return value

 

TRUE If the Cover Page Filler is started before the printing, otherwise FALSE.

 

Programming Notes

 

None

 

Code Example

 

None