This property sets whether or not the GIF image is a multi-page GIF (GIF animation).
[Visual Basic]   imagekitcontrolname.File.GifAnime[ = Boolean ]
[Visual C++]     [ Bool = ]imagekitcontrolname.GetFile().GetGifAnime()
                      imagekitcontrolname.GetFile().SetGifAnime(BOOL Val)
[VB.NET]   imagekitcontrolname.File.GifAnime[ = Boolean ]
[C#.NET]   imagekitcontrolname.File.GifAnime[ = bool ]

Property Value

Value Explanation
True Multi-page GIF image (GIF animation)
False Single image (Default)

Explanation

The GifAnime property sets whether or not the GIF image is a multi-page GIF (GIF animation). The default value is False. Set this property when saving an image as a multi-page GIF file.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation