#include “BlackIceDEVMODE.h”
BOOL DisableLowFaxOutput(BlackIceDEVMODE* pDevMode);
Description
Sets the BLF_ LOWFAXRES flag 0 (false). Sets the value of the fax resolution when the ‘Create Faxable Image’ checkbox is selected.
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.