SaveDIBInBicomTiffFile  Method

Description         Saves a device independent bitmap to the specified TIFF file in Bicom format.

Syntax                 RetVal = [BITIFF.]SaveDIBInBicomTiffFile FileName Dib

Returns               RetVal                    Boolean           True on success, otherwise False.

Remarks             FileName                String              The destination file name.

                            Dib                          LONGLONG Device independent bitmap to save.

Usage                  Use this method to save a TIFF file for use with Bicom fax boards. Do not forget to call the UpdatePageNumbers method before using the file for faxing.

See Also              LoadTIFFIntoDIB Method, UpdatePageNumbers Method