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 frameToInsert)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index of new frame in list of frames |
frameToInsert | TiffFrame | The frame To Insert. |
See Also
- class TiffFrame
- class TiffImage
- namespace Aspose.Imaging.FileFormats.Tiff
- assembly Aspose.Imaging