IsGenerateImageInMemoryEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsGenerateImageInMemoryEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_MEMIMAGE flag. Represents 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 Add Page Numbering Tag is used, otherwise FALSE.

Programming Notes

None

Code Example

None