See Also Examples Applies To
Merge two image files together and save they as multipage tiff image.
Syntax
object.TiffMerge2Files (sFilePath1, sFilePath2, sFileDest, nModeCompression)
The TiffMerge2Files syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sFilePath1 | Required. String. The first image file path to merge. |
| sFilePath2 | Required. String. The second image file path to merge. |
| sFileDest | Required. String. The destination image file path to create. |
| nModeCompression | Optional. Long. Default value is 2. Specifies type of compression 6:None, 5:RLE, 4:CCITT4, 3:CCITT3, 2:LZW. |
Returns
Long. GdPictureStatus
Category
Multipage TIFF Functions