TiffImage.InsertFrame

TiffImage.InsertFrame method

Insert the new frame at the specified index within the frame sequence, ensuring precise control over frame arrangement. Employ this method to manage frame sequences effectively, facilitating dynamic manipulation and organization of image content within your application.

public void InsertFrame(int index, TiffFrame frame)
ParameterTypeDescription
indexInt32The index of frame.
frameTiffFrameThe frame for insertion.

Exceptions

exceptioncondition
ArgumentNullExceptionArgumentNullException
TiffImageExceptionTiffImageException

See Also