←Select platform

AnimationLoop Property

Summary

Gets or sets the animation loop value to use when saving GIF files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int AnimationLoop { get; set; } 
Public Property AnimationLoop As Integer 
public int AnimationLoop {get; set;} 
@property (nonatomic, assign) NSUInteger animationLoop 
public int getAnimationLoop() 
public void setAnimationLoop(int loop) 
             
 <br/>get_AnimationLoop();<br/>set_AnimationLoop(value);<br/>Object.defineProperty('AnimationLoop');  
public: 
property int AnimationLoop { 
   int get(); 
   void set (    int ); 
} 

Property Value

The animation loop value to use when saving GIF files.

Remarks

AnimationLoop is only used when the value of UseAnimationLoop is set to true.

Example

For an example, refer to CodecsGifOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly