Description The method will combine two TIFF Files into a single multi page TIFF File. The szFileName will be appended to the szDestinationFileName. The szFileName can be a multi page TIFF File and every page in szFileName will be appended to szDestinationFileName.
Syntax RetVal = [BITIFF.]MergeTiffFiles szDestinationFileName szFileName
Returns RetVal BOOL TRUE on success, otherwise FALSE.
Remarks szDestinationFileName STRING The source TIFF File. It must be a multipage TIFF File.
szFileName STRING The new TIFF File generated after the split.
See Also CutTiffFile Method, SplitTiffFile Method, MergeProgress Event