#include “BlackIceDEVMODE.h”
BOOL Disable200FaxOutput(BlackIceDEVMODE* pDevMode);
Description
Sets the BLF_ FAX200 flag 0 (false). Sets the value of the fax resolution when the ‘Create Faxable Image’ checkbox 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
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the flag was successfully set to 0 (false), 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.