See Also Examples Applies To
Returns the loop count of a multipage gif image.
Syntax
object.GifGetLoopCount (Required.)
The GifGetLoopCount syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| Required. | nImageID Long. GdPicture Image handle. The multipage gif image handle. (Can be an editable multipage gif or a read only gif image.) |
Returns
Long. The number of times the animation should be played. 0 = infinite.
Remarks
This function works with editable multipage gif images and with multipage gif images opened as read only.
Category
Gif Manipulation