This property sets the length of time a single page of a mult-page GIF image is displayed
[Visual Basic]   imagekitcontrolname.File.GifAnimeDelay[ = Integer ]
[Visual C++]     [ short = ]imagekitcontrolname.GetFile().GetGifAnimeDelay()
                      imagekitcontrolname.GetFile().SetGifAnimeDelay(short Val)
[VB.NET]   imagekitcontrolname.File.GifAnimeDelay[ = Short ]
[C#.NET]   imagekitcontrolname.File.GifAnimeDelay[ = short ]

Property Value

The length of time after one page of a multi-page GIF image has been displayed and before the next page is displayed. (1/100 second units). The default value is 0.

Explanation

The GifAnimeDelay property sets the length of time a single page of a mult-page GIF image is displayed.

Set this property when saving an image in a muti-page GIF file. This property is only enabled if the GifAnime property is True.

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