See Also Examples Applies To
Inserts a new page from an image handle at the given position in an editable multipage Gif image. Page has to be a number smaller or equal than the current number of pages available in the multipage Gif image.
Syntax
object.GifInsertPageFromGdPictureImage (nImageID, nPosition, nAddImageID)
The GifInsertPageFromGdPictureImage 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 the page will be inserted. |
| nPosition | Required. Long. The position to add the new page. Must be a value from 1 to the current number of pages available in the multipage Gif image. |
| nAddImageID | Required. Long. GdPicture Image handle. The image to append within the editable 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