Sets the BLF_ LOWFAXRES flag 0 (false). Sets the value of the fax resolution when the ‘Create Faxable Image’ checkbox is selected.
DisableLowFaxOutput(pBlackIceDEVMODE As Long) as integer
Input value: pBlackIceDEVMODE - handle to the BlackIceDEVMODE.
Return value - TRUE if the member was successfully set, otherwise FALSE.
Returns the value of the BLF_FORCEPRINTERDPI flag. If true, the ‘Force PrinterDPI’ option is selected.
IsForcePrinterDPIEnabled(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.