Overload | Description |
---|---|
TiffAddToMultiPageFile(Int32,Int32) | Adds a required GdPicture image, which represents a single image, to a specified GdPicture image, which represents the multipage TIFF image file previously initialized by one of the TiffSaveAsMultiPageFile() methods. Both GdPicture images are defined by their unique image identifiers.
This method implements a sequential multipage TIFF writing approach, which is the faster way to create multipage TIFF image files by adding individual pages. |
TiffAddToMultiPageFile(Int32,Int32,TiffCompression) | Adds a required GdPicture image, which represents a single image, to a specified GdPicture image, which represents the multipage TIFF image file previously initialized by one of the TiffSaveAsMultiPageFile() methods. Both GdPicture images are defined by their unique image identifiers.
This method implements a sequential multipage TIFF writing approach, which is the faster way to create multipage TIFF image files by adding individual pages. |
TiffAddToMultiPageFile(Int32,Int32,TiffCompression,Int32) | Adds a required GdPicture image, which represents a single image, to a specified GdPicture image, which represents the multipage TIFF image file previously initialized by one of the TiffSaveAsMultiPageFile() methods. Both GdPicture images are defined by their unique image identifiers.
This method implements a sequential multipage TIFF writing approach, which is the faster way to create multipage TIFF image files by adding individual pages. |