LEADTOOLS Image File Support (Leadtools.Codecs assembly)

AnimationLoop Property (CodecsGifImageInfo)

Show in webframe







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) int animationLoop;

            
 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.