SetPdfAJPEGQuality

Sets the JPEG quality of the PDF/A document. The JPEG quality can be an integer value between 1 and 100.

You should use this method when the color image compression is set to BLF_PDF_COLOR_IMAGE_COMP_JPEG. For more information see SetPdfAColorImgCompression method.

 

SetPdfAJPEGQuality (pBlackIceDEVMODE As Long, lQuality As Long) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

                        - new quality value to set.

Return value - TRUE on success, otherwise FALSE.

 

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