EnablePDFASCII_HEXCompression

 

#include “BlackIceDEVMODE.h”

 

BOOL            EnablePDFASCII_HEXCompression (BlackIceDEVMODE* pDevMode);

Description

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

TRUE if the flag was successfully set to 1 (true), otherwise FALSE.

Programming Notes

None

Code Example

None