This property sets whether or not Gif animation is enabled and will be displayed.

[Visual Basic] Public Property GifAnimationEnabled As Boolean
[C#] public bool GifAnimationEnabled {get; set;}

Property Value

Value Explanation
True The gif animation is enabled
False (default) The gif animation is disabled

Explanation

The GifAnimationEnabled property sets whether or not gif animation is enabled and displayed. When this property is true and a Gif image contains animation, the animation will be displayed in the ImageKit control. When this property is false, and a Gif image is loaded with animation, the File.LoadPage property value will determine which page of the Gif file will be loaded.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation