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)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The index of frame. |
| frame | TiffFrame | The frame for insertion. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | ArgumentNullException |
| TiffImageException | TiffImageException |
See Also
- class TiffFrame
- class TiffImage
- namespace Aspose.Imaging.FileFormats.Tiff
- assembly Aspose.Imaging