SetRedirectPrintingPrintAsBitmapEnabled

#include “BlackIceDEVMODE.h”

 

BOOL SetRedirectPrintingPrintAsBitmapEnabled (BlackIceDEVMODE* pDevMode, BOOL bEnable);

 

Description

 

Enables or disables the Print document as bitmap option.

The Print document as bitmap option converts the page content to a bitmap before redirecting to the printers. It can correct some graphical glitches that may occur with some printers or documents.

 

Parameters

 

BlackIceDEVMODE* pDevMode            

- pointer to the BlackIceDEVMODE structure.

BOOL bEnable                                       

- If this value is TRUE the print document as bitmap option is enabled, if bEnable is FALSE the print document as bitmap option is disabled.

 

Return value

 

TRUE on success otherwise FALSE.

 

Programming Notes

 

None

 

Code Example

 

None