See Also Examples Applies To
Sets the loop count of a multipage gif image.
Syntax
object.GifSetLoopCount (nImageID, nLoopCount)
The GifSetLoopCount 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. (Can be an editable multipage gif or a read only gif image.) |
| nLoopCount | Required. Long. The number of times the animation should be played. Between 0 and 65536. 0 = infinite. |
Returns
Long. GdPictureStatus
Remarks
This function works with editable multipage gif images and with multipage gif images opened as read only.
Category
Gif Manipulation