SetPdfAMonoImgCompression

Sets the compression of black and white images the PDF/A document. Available values:

BLF_PDF_MONO_IMAGE_COMP_NONE

            BLF_PDF_MONO_IMAGE_COMP_ASCII_HEX

            BLF_PDF_MONO_IMAGE_COMP_ASCII_85

            BLF_PDF_MONO_IMAGE_COMP_LZW

            BLF_PDF_MONO_IMAGE_COMP_FLATE

            BLF_PDF_MONO_IMAGE_COMP_RUNLENGTH

            BLF_PDF_MONO_IMAGE_COMP_FAX

            BLF_PDF_MONO_IMAGE_COMP_JBIG2

 

SetPdfAMonoImgCompression (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.