#include “BlackIceDEVMODE.h”
BOOL GetPdfJPEGQuality (BlackIceDEVMODE* pDevMode, int* pQuality);
Description
Returns the JPEG quality of the PDF document.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int* pQuality - pointer to the variable, that contains the value of the JPEG quality
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None