Parameters
- FilesList
- A string containing the file paths of all image files you want to merge, for example "file1.tif,file2.tif". Please use only comma as a file path separator in the given string.
- FileDest
- The file path of the destination TIFF image file.
- Compression
- A member of the TiffCompression enumeration. The resulting TIFF compression scheme to be used.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.