EnableGenerateImageInMemory

 

#include “BlackIceDEVMODE.h”

 

BOOL            EnableGenerateImageInMemory (BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_MEMIMAGE flag. Sets the value of the ‘Generate image in memory’ checkbox.

 

The “Generate output in memory” option is available for PDF, TIFF, DIB (BMP) and EMF output only.

If the “Generate output in memory” option is enabled, the driver will generate the output in the memory only, the driver will not write an output file. The handle to the image is passed to the application using the Messaging Interface. Please see the API for Messaging Interface page for the details.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the flag was successfully set, otherwise FALSE.

Programming Notes

None

Code Example

None