Is200FaxOutputEnabled

Returns the value of the BLF_FAX200 flag. If true, the 200x200 DPI fax resolution is selected, The 200x200 DPI mode is for improved compatibility with certain applications that cannot handle the 204x196 DPI resolution correctly. When the 200x200 DPI mode is selected, the printing application creates a 200x200 DPI image that is scaled to 204x196 DPI by the driver.

 

Is200FaxOutputEnabled(pBlackIceDEVMODE As Long) As Integer

 

Input value: pBlackIceDEVMODE - handle to the BlackIceDEVMODE.

Return value - TRUE if 200x200 DPI 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.