See Also Examples Applies To
Deletes the page of an editable multipage gif image on the given position.
Syntax
object.GifDeletePage (nImageID, nPage.)
The GifDeletePage syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nImageID | Required. Long. GdPicture Image handle. The editable multipage gif image in which a page will be deleted. |
| nPage. | Required. Long. The position of the page to delete. Must be a value from 1 to the current number of pages available in the multipage gif image. |
Returns
Long. GdPictureStatus
Remarks
This function can only be used with an editable multipage gif image.
To check if an image is an editable multipage gif image you can use the GifIsEditableMultiPage() function.
To save modifications brought to the multipage gif image you need to use the GifSaveMultiPageToFile() function.
Category
Gif Manipulation