ApngImage.RemoveFrameAt
ApngImage.RemoveFrameAt method
Remove the frame at the specified index from your frame collection seamlessly with this method. Perfect for developers seeking streamlined management of frames in their multi-frame images. The frame to be deleted will be disposed.
public void RemoveFrameAt(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The index. |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | index is less than 0. or index is equal to or greater than PageCount . |
See Also
- class ApngImage
- namespace Aspose.Imaging.FileFormats.Apng
- assembly Aspose.Imaging