IsPDFCompressionCCITT_FAXEnabled

 

#include “BlackIceDEVMODE.h”

bool IsPDFCompressionCCITT_FAXEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_PDF_FILTER_CCITT_FAX_DECODE flag.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

True if CCITT compression.

Programming Notes

None

Code Example

None