IsGenerateImageInMemoryEnabled

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.

 

BOOL            IsGenerateImageInMemoryEnabled(long pBlackIceDevMode);

 

Input value    - pointer to the BlackIceDEVMODE structure

Return value - TRUE if the Add Page Numbering Tag is used, otherwise FALSE

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.