IsPDFCompressionRUNLENGTHEnabled

 

 

#include “BlackIceDEVMODE.h”

 

bool IsPDFCompressionRUNLENGTHEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_PDF_FILTER_RUNLENGTH_DECODE flag.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

True if run length is used.

Programming Notes

None

Code Example

None