EncodeMMRImage  Method

Description         Saves a device independent bitmap to the specified IBM MMR file.

Syntax                 RetVal = [BITIFF.]EncodeMMRImage FileName Dib Compression

Returns               RetVal                    Boolean           True on success, otherwise False.

Remarks             FileName                String              The destination file name.

                            Dib                          LONGLONG Device independent bitmap to save.

                            Compression          Integer             The compression mode of the image. This can be one of the following:

                                                               tifIbmMmrNoComp = 0 No compression.

                                                               tifIbmMmrIoca = 1         IOCA format. If this compression mode specified, the rest of the parameters are ignored (they are stored in the IOCA header).

See Also              DecodeMMRImage Method