GetPdfLineraized

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetPdfLinearized(BlackIceDEVMODE* pDevMode, BOOL* bEnable);

Description

Returns the state of the linearized PDF.generation option. (Fast Web View)

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

BOOL* bEnable                                           - pointer to the variable, that contains the state of the linearization option. If this value is TRUE,           linearized PDF generation (Fast Web View) is turned on.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None