Is200FaxOutputEnabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            Is200FaxOutputEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_FAX200 flag. If true, the 200x200 DPI fax resolution is selected, The 200x200 DPI mode is for improved compatibility with certain applications that cannot handle the 204x196 DPI resolution correctly. When the 200x200 DPI mode is selected, the printing application creates a 200x200 DPI image that is scaled to 204x196 DPI by the driver.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the 200x200 DPI mode is used, otherwise FALSE.

Programming Notes

None

Code Example

None

 

Note: This function is no longer supported as of version 14.31. Developers should use the GetFaxOutputMode and SetFaxOutputMode functions.