←Select platform

AnimationLoop Property

Summary
Gets or sets the animation loop value to use when saving GIF files.
Syntax
C#
VB
Objective-C
C++
Java
public int AnimationLoop { get; set; } 
Public Property AnimationLoop As Integer 
@property (nonatomic, assign) NSUInteger animationLoop 
public int getAnimationLoop() 
public void setAnimationLoop(int loop) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.