#include “BlackIceDEVMODE.h”
BOOL SetPdfJPEGQuality (BlackIceDEVMODE* pDevMode, int iQuality);
Description
Sets the JPEG quality of the PDF document. The JPEG quality can be an integer value between 1 and 100.
You should use this function when the color image compression is set to BLF_PDF_COLOR_IMAGE_COMP_JPEG. For more information see SetPdfColorImgCompression function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int iQuality - value of the JPEG quality to set
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None