ImageExtensionsSaveAsMultipageTiff Method

Overload List

SaveAsMultipageTiff(IEnumerableImage, Stream) Saves the provided images as a multi-page TIFF into the specified Stream. When Image instances in images already contain multiple pages, only the current page is taken.
SaveAsMultipageTiff(IEnumerableImage, String) Saves the provided images as a multi-page TIFF into the specified file. When Image instances in images already contain multiple pages, only the current page is taken.
See the Remarks section of the SaveAsMultipageTiff(IEnumerableImage, Stream) overload for details.

See Also