SetPdfColorImgCompression

Sets the compression of color images the PDF document. Available values:

BLF_PDF_COLOR_IMAGE_COMP_NONE

            BLF_PDF_COLOR_IMAGE_COMP_ASCII_HEX

            BLF_PDF_COLOR_IMAGE_COMP_ASCII_85

            BLF_PDF_COLOR_IMAGE_COMP_LZW

            BLF_PDF_COLOR_IMAGE_COMP_FLATE

            BLF_PDF_COLOR_IMAGE_COMP_RUNLENGTH

            BLF_PDF_COLOR_IMAGE_COMP_JPEG

 

SetPdfColorImgCompression (pBlackIceDEVMODE As Long, lCompression As Long) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

                        - value of the new compression to set.

Return value - TRUE on success, otherwise FALSE.

 

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