Create a Fax page with Document Imaging SDK

To create a TIFF image which is fax format compatible one should use the SaveBitmapInTiffFileExt() or SaveDIBInTiffFileExt() with the reverse bit order option. The fax image must be 1728x1100 or 1728x2200 pixels and the dot per inch (DPI) resolution should be set to 200x100 or 200x200 respectively. For more deltails, please see the CCITT T.30 documentaion. Some models of high end fax modems from GammaLink and Brooktrout will work only with reverse fill order. To create a row fax data (without header) use the EncodeCcittImageTo() function.