EnableLowFaxOutput

 

 

#include “BlackIceDEVMODE.h”

 

BOOL                        EnableLowFaxOutput(BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_ LOWFAXRES flag. 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, 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.