EnablePDFASCIIHEXCompression

Sets the BLF_PDF_FILTER_ASCII_HEX_DECODE flag to 1 (true). This method controls the compression settings of the PDF Image file format only, not the Vector PDF or PDF/A format. Also, this method 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.

 

EnablePDFASCIIHEXCompression (pBlackIceDEVMODE As Long) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

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

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.