Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

AnimationLoop Property (CodecsGifImageInfo)








Determines whether the image has animation looping enabled.
Syntax
public int AnimationLoop {get;}
'Declaration
 
Public ReadOnly Property AnimationLoop As Integer
'Usage
 
Dim instance As CodecsGifImageInfo
Dim value As Integer
 
value = instance.AnimationLoop
public int AnimationLoop {get;}
@property (nonatomic, assign, readonly) NSUInteger animationLoop
public int getAnimationLoop()
 get_AnimationLoop(); 
public:
property int AnimationLoop {
   int get();
}

Property Value

non-zero if the image has animation looping enabled, zero otherwise.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsGifImageInfo Class
CodecsGifImageInfo Members
Implementing GIF Features

Error processing SSI file