IsPDFCompressionASCII_85Enabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsPDFCompressionASCII_85Enabled (BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_PDF_FILTER_ASCII_85_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