SetPdfLinearized

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetPdfLinearized (BlackIceDEVMODE* pDevMode, BOOL bEnable);

Description

Enables or disables linearized PDF generation. (Fast Web View).

Parameters

BlackIceDEVMODE* pDevMode            - pointer to the BlackIceDEVMODE structure.

BOOL bEnable                                            - 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