IsPDFCompressionASCII_HEXEnabled

#include “BlackIceDEVMODE.h”

 

BOOL            IsPDFCompressionASCII_HEXEnabled (BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_PDF_FILTER_ASCII_HEX_DECODE flag.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the flag is set to 1 (true), otherwise FALSE.

Programming Notes

None

Code Example

None