Add

TiffImage.Add method

Add the frames from the specified image seamlessly into the current frame, consolidating their content and enhancing compositional flexibility. Integrate this method to streamline frame management and manipulation within your application, facilitating efficient handling of multi-frame images.

public void Add(TiffImage image)
ParameterTypeDescription
imageTiffImageThe source image.

See Also