Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
AnimationLoop Property
See Also 
Leadtools.Codecs Namespace > CodecsGifImageInfo Class : AnimationLoop Property



Gets the animation loop count for the GIF file.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AnimationLoop As Integer
Visual Basic (Usage)Copy Code
Dim instance As CodecsGifImageInfo
Dim value As Integer
 
value = instance.AnimationLoop
C# 
public int AnimationLoop {get;}
C++/CLI 
public:
property int AnimationLoop {
   int get();
}

Return Value

The animation loop count for the GIF file. 0 = infinity.

Example

For an example, refer to CodecsImageInfo.

Remarks

The value of this property is valid only if the value of the HasAnimationLoop property is true.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also