DisablePDFASCII_HEXCompression

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            DisablePDFASCII_HEXCompression (BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_PDF_FILTER_ASCII_HEX_DECODE flag to 0 (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

TRUE if the flag was successfully set to 0 (false), otherwise FALSE.

Programming Notes

None

Code Example

None