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)). ">
See Also Examples Applies To
Returns the "frame time" of a page of a multipage gif image.
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)).
Syntax
object.GifGetPageTime (nImageID, nPage)
The GifGetPageTime 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. |
Returns
Long. The frame time of the selected page of the multipage gif image.
Remarks
This function works with editable multipage gif images and with multipage gif images opened as read only.
Category
Gif Manipulation