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.
publicvoidRemoveFrameAt(intindex)
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.