#include “BlackIceDEVMODE.h”
BOOL IsMultipageImageEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the BLF_MULTIIMAGE flag. Represents the opposite value of the ‘Save each page as separate file’ checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if Create Multi-page Image is used, otherwise FALSE
Programming Notes
None
Code Example
None