#include “BlackIceDEVMODE.h”
BOOL SetDefaultCoverPageEnabled (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Sets whether a Default Cover Page should be opened in the Cover Page Filler automatically, or the user should choose the cover page from a list, during printing. If the option is disabled, the Select Cover Page window is displayed before the Cover Page filler and the user can select the Cover Page from the list of installed Cover Pages. If the option is enabled, the Cover Page specified by the “Default Cover Page” key is opened in the Cover Page Filler automatically. If the option is enabled, the default cover page can be set using the SetDefaultCoverPage function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - If this value is TRUE, the Default Cover Page option is enabled.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None