#include “BlackIceDEVMODE.h”
BOOL SetHTMLSeparatePages (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Sets the state of the separate pages.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - value of the state of the separate pages. If this value is TRUE, individual pages will be saved to separate files.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None