See Also Examples Applies To
Sets the "frame time" of a page of a multipage gif image.
Syntax
object.GifSetPageTime (nImageID, nPage, nPageTime)
The GifSetPageTime 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 multipage gif image handle. |
| nPage | Required. Long. Page no between 1 and page count. |
| nPageTime | Required. Long. 'Frame time is the amount of time in ms to display the frame for (GIF specific - the value stored in the file is centiseconds (1/100th of a second)). |
Returns
Long. GdPictureStatus
Remarks
This function works with editable multipage gif images and with multipage gif images opened as read only.
Category
Gif Manipulation