IsRedirectPrintingPrintAsBitmapEnabled

 

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.

 

IsRedirectPrintingPrintAsBitmapEnabled (pDevMode As Long) As Boolean

 

Input value:pDevMode      

- Handle to the BlackIceDEVMODE structure.

Return value:BOOL            

- TRUE if the option is enabled, otherwise FALSE.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.