Method SaveAsMultipageTiff
SaveAsMultipageTiff(string, params ImageBuffer[])
Saves multiple images as pages in a single multipage TIFF file.
public static bool SaveAsMultipageTiff(string filePath, params ImageBuffer[] pages)
Parameters
filePathstringThe output file path.
pagesImageBuffer[]The images to include as pages, in order.
Returns
- bool
trueif the file was saved successfully; otherwise,false.
Exceptions
- ArgumentNullException
Thrown if
filePathorpagesisnull.- ArgumentException
Thrown if
pagesis empty.