EnablePDFFLATCompression

 

#include “BlackIceDEVMODE.h”

 

VOID EnablePDFFLATCompression(BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_PDF_FILTER_ FLATE _DECODE flag to true. 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