IsFaxLowOutputEnabled

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.

Syntax                 RetVal = [BIAdvPrn.]IsLowFaxOutputEnabled  pDevMode

Returns               RetVal                    Boolean           TRUE if Low Fax Output is used, otherwise FALSE.

Remarks             pDevMode             DEVMODE*  Pointer to the DEVMODE structure.

See Also