In This Topic
Adding pages to multipage TIFF files
In This Topic
There are several ways to add pages to a TIFF file:
- Adding a page to the end of an existing multipage TIFF file.
You can use the same technique as above to add a page that exists as a GdPictureImage.
As you can see in the two examples above, after adding the image we saved it and we released the image resources.
- Adding a page to the end of a multipage TIFF file using the TiffSaveAsMultiPageFile() method.
There exist overloads of the TiffAddToMultiPageFile() method, in which the TiffCompression type can be specified as well as the Compression Quality in case of TiffCompressionJPEG.
- Adding pages from an input image file at any location of a multipage Tiff file.
Or adding pages from a GdPictureImage identifier.
As you can see in the two examples above, after adding the image we saved it and we released the image resources.