#include “BIADVPRN.H”
BOOL IsLowFaxOutputEnabled(DEVMODE* 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
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
TRUE if Low Fax Output is used, otherwise FALSE.
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.