This property sets whether or not the GIF image is a multi-page GIF (GIF animation).

[C++Builder]   imagekitcontrolname->FileIO->GifAnime[ = bool ]
[Delphi]   imagekitcontrolname.FileIO.GifAnime[ = Boolean ]

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 VCL is a product created by Newtone Corporation