DisablePDFRLECompression

 

Sets the BLF_PDF_FILTER_RUNLENGTH_DECODE flag to false. 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.

 

DisablePDFRLECompression(pDevMode As Long)

 

Input value:pDevMode                    - handle to the BlackIceDEVMODE structure.

Return value                                     - none

 

 

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