DisablePDFCompressionJPEG

#include “BlackIceDEVMODE.h”

 

VOID DisablePDFCompressionJPEG(BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_PDF_FILTER_DCT_JPEG_DECODE flag to false. This function controls the compression settings of the PDF Image file format only, not the Vector PDF or PDF/A format. Also, this function call is used to select a compression setting to be used by the printer driver and change the setting on the UI, but the other compression setting will remain selectable on the user interface.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

None

Programming Notes

None

Code Example

None