Description Saves a device independent bitmap to the specified TIFF file in Dialogic format
Syntax RetVal = [BITIFF.]SaveDIBInDialogicTiffFile 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 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.
Usage Use this method to save a TIFF file for use with Dialogic fax boards.
See Also LoadTIFFIntoDIB Method