#include “BlackIceDEVMODE.h”
BOOL GetPdfAColorImgCompression (BlackIceDEVMODE* pDevMode, int* pCompression);
Description
Returns the compression of color images in the PDF/A document. Available values: see SetPdfAColorImgCompression function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
pCompression pCompression - pointer to the variable, that contains the value of the compression
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None