[Visual
Basic] imagekitcontrolname.File.GifAnime
[ = Boolean ]
[Visual C++] [
Bool =
]imagekitcontrolname.GetFile().GetGifAnime()
imagekitcontrolname.GetFile().SetGifAnime(BOOL Val)
imagekitcontrolname.GetFile().SetGifAnime(BOOL Val)
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.