SaveTiffForCiscoFormat Method

Description         Saves a device independent bitmap to the specified TIFF file. In the TIFF CISCO format the tags are in the beginning of the file.

Syntax                 RetVal = [BITIFF.]SaveDIBInTiffFormat FileName Dib Compression FillOrder Dialog

Returns               RetVal                    Boolean           True on success, otherwise False.

Remarks             FileName                String              The destination file name.

                            Dib                          LONGLONG Device independent bitmap to save.

                            Compression          Short               Method of compression:

TCOMP_NOCOMP = 201  Uncompressed image.

TCOMP_PACKBITS = 202  Byte-oriented run-length coding.

TCOMP_LZW = 203          Lempel-Ziv & Welch coding.

TCOMP_LZW_DIFF = 204   Differential Lempel-Ziv & Welch coding.

TCOMP_CCITTG2 = 205       CCITT Group 3   1dimensional NO EOL coding.

TCOMP_CCITTG31D = 206  CCITT Group 3   1dimensional coding.

TCOMP_CCITTG32D = 207  CCITT Group 3   2dimensional coding.

TCOMP_CCITTG4 = 208       CCITT Group 4   coding.

TCOMP_JPEG = 209         JPEG coding.

FillOrder                Short               Fill order.

                                                                        tiffoNormal    Normal fill order.

                                                                        tiffoReverse   Reverse fill order.

                     Dialog                     Boolean           Display information dialog box before saving the image.

                                                          True                Enables to display dialog box. Ignores setting of the Compression parmeter.

                                                          False               Prevents to display dialog box.

See Also              LoadTIFFIntoDIB Method, SaveDIBInTiffFormat Method