In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TiffSaveAsMultiPageFile Method

TiffSaveAsMultiPageFile Method (GdPictureImaging)

In This Topic
Stores a specified GdPicture image as the first page of a new multipage TIFF image file, which will be used for subsequent sequential multipage TIFF writing. This is the faster approach when creating multipage TIFF image files.
Overload List
OverloadDescription
Stores a specified GdPicture image, that is represented by its unique image identifier, as the first page of a new multipage TIFF image file to a given file path. You can subsequently add a new page to this image file using one of the TiffAddToMultiPageFile() methods, for example the TiffAddToMultiPageFile(Int32,Int32) method.

This sequential writing is the faster way to create multipage TIFF image files by adding individual pages based on one page files.

 
Stores a specified GdPicture image, that is represented by its unique image identifier, as the first page of a new multipage TIFF image file to a given stream. You can subsequently add a new page to this image file using one of the TiffAddToMultiPageFile() methods, for example the TiffAddToMultiPageFile(Int32,Int32) method.

This sequential writing is the faster way to create multipage TIFF image files by adding individual pages based on one page files.

 
Stores a specified GdPicture image, that is represented by its unique image identifier, as the first page of a new multipage TIFF image file to a given stream. You can also define a JPEG quality parameter when the JPEG compression is required using this method. You can subsequently add a new page to this image file using one of the TiffAddToMultiPageFile() methods, for example the TiffAddToMultiPageFile(Int32,Int32,TiffCompression,Int32) method.

This sequential writing is the faster way to create multipage TIFF image files by adding individual pages based on one page files.

 
Stores a specified GdPicture image, that is represented by its unique image identifier, as the first page of a new multipage TIFF image file to a given file path. You can also define a JPEG quality parameter when the JPEG compression is required using this method. You can subsequently add a new page to this image file using one of the TiffAddToMultiPageFile() methods, for example the TiffAddToMultiPageFile(Int32,Int32,TiffCompression,Int32) method.

This sequential writing is the faster way to create multipage TIFF image files by adding individual pages based on one page files.

 
See Also