#include “BlackIceDEVMODE.h”
BOOL IsLowFaxOutputEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the BLF_LOWFAXRES flag. If true, the low fax resolution (204x98) is selected, if false the Fine Fax resolution (204x196) is selected when the ‘Create Faxable Image’ option is selected.
Parameters
Input value - pointer to the BlackIceDEVMODE structure
Return value
TRUE if Low Fax Output 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.