See Also Examples Applies To
Checks if an image is a multipage gif image. This image can be a read only multipage gif image or an editable multipage gif image.
Syntax
object.GifIsMultiPage (nImageID)
The GifIsMultiPage 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 image to check. |
Returns
Boolean. True if the image is a multipage gif image, else false.
Category
Gif Manipulation