SaveDIBInGammaTiffFile  Method

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

Syntax                 RetVal = [BITIFF.]SaveDIBInGammaTiffFile FileName Dib Hires

Returns               RetVal                    Boolean           True on success, otherwise False.

Remarks             FileName                String              The destination file name.

                            Dib                          LONGLONG Device independent bitmap to save.

                     Hires                       Boolean           How to set the DPI settings of the image.

True                Set image DPI to 204*196.

False               Set image DPI to 204*98.

Usage                  Use this method to save a TIFF file for use with GammaLink fax boards.

See Also              LoadTIFFIntoDIB Method