IsAppendImageEnabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAppendImageEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_MULTIIMAGE flag. Represents the value of the ‘Create Multi-page Image’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the Create Multi-page Image is used, otherwise FALSE.

Programming Notes

None

Code Example

None