IsPDFCompressionJPEGEnabled

                                    -

#include “BlackIceDEVMODE.h”

 

bool IsPDFCompressionJPEGEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_PDF_FILTER_DCT_JPEG_DECODE flag.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

True if JPEG compression.

Programming Notes

None

Code Example

None