C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the animation loop value to use when saving GIF files.
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');
The animation loop value to use when saving GIF files.
AnimationLoop is only used when the value of UseAnimationLoop is set to true.
For an example, refer to CodecsGifOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET