#include “BlackIceDEVMODE.h”
BOOL GetPdfMonoImgCompression (BlackIceDEVMODE* pDevMode, int* pCompression);
Description
Returns the compression of black and white images in the PDF document. Available values: see SetPdfMonoImgCompression function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int* 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