Description Saves a device independent bitmap to the specified TIFF file in Natural Micro Systems format.
Syntax RetVal = [BITIFF.]SaveNmsTIFF 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 NMS fax boards. Do not forget to call the UpdatePageNumbers method before using the file for faxing.
See Also LoadTIFFIntoDIB Method, UpdatePageNumbers Method