IsPDFCompressionFLATEnabled

 

 

#include “BlackIceDEVMODE.h”

 

bool IsPDFCompressionFLATEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_PDF_FILTER_ FLATE _DECODE flag.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

True if run length is used.

Programming Notes

None

Code Example

None