IsRedirectPrintingPrintAsBitmapEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL IsRedirectPrintingPrintAsBitmapEnabled (BlackIceDEVMODE* pDevMode);

 

Description

 

Returns the state of 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.

 

Return value

 

TRUE if the print document as bitmap option is enabled, otherwise FALSE.

 

Programming Notes

 

None

 

Code Example

 

None