You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Multipage TIFF Manipulation > TiffMergeFiles Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.TiffMergeFiles Method

Merges 2 or more image files together and save they as multipage tiff image.

C#
public GdPictureStatus TiffMergeFiles(
    ref String FilePath, 
    String FileDest, 
    TiffCompression Compression
);
Visual Basic
Public Function TiffMergeFiles(
    ByRef FilePath() As String, 
    ByVal FileDest As String, 
    ByVal Compression As TiffCompression
) As GdPictureStatus
Parameters
Parameters 
Description 
FilePath 
Array of paths of the image to merge.  
FileDest 
The destination image file path to create.  
Compression 
A member of the TiffCompression enumeration.  
Returns

A member of the GdPictureStatus enumeration.

Supported formats are RAW, PICT, BMP, DIB, RLE, ICO, EMF, WMF, GIF, ANIMATED GIF, JPEG, JPG, JPE, JFIF, PNG, TIFF, MULTIPAGE TIFF, PNM, PPM, PBM, PGM, PFM, RPPM, RPGM, RPBM, PCX, XPM, XBM, WBMP, TGA, SGI, Sun RAS, PSD, MNG, Kodak PhotoCD files, KOALA files, JP2, J2K, JNG, JBIG, IFF, HDR, Raw Fax G3, EXR, DDS and Dr. Halo files. 

- If you are using CCITT3 or CCITT4 compression scheme, make sure to have only 1bpp input images (else LZW compression will be used).

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.