GetPdfAJPEGQuality

 

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetPdfAJPEGQuality (BlackIceDEVMODE* pDevMode, int* pQuality);

Description

Returns the JPEG quality of the PDF/A 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