IsLowFaxOutputEnabled

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.

 

IsLowFaxOutputEnabled(pBlackIceDEVMODE As Long) As Integer

 

Input value: pBlackIceDEVMODE - handle to the BlackIceDEVMODE.

Return value - TRUE if Low Fax resolution is selected, otherwise FALSE.

 

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

 

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