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 frameToInsert)
ParameterTypeDescription
indexInt32Index of new frame in list of frames
frameToInsertTiffFrameThe frame To Insert.

See Also