AddFrames

TiffImage.AddFrames method

Integrate the array of frames seamlessly into the image, enriching its content and versatility. Utilize this method to enhance image composition and management, enabling efficient handling of multi-frame images within your application.

public void AddFrames(TiffFrame[] frames)
ParameterTypeDescription
framesTiffFrame[]The frames array to add

See Also