←Select platform

UseAnimationLoop Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool UseAnimationLoop { get; set; } 
Public Property UseAnimationLoop As Boolean 
public bool UseAnimationLoop {get; set;} 
@property (nonatomic, assign, getter=usesAnimationLoop) BOOL useAnimationLoop 
public boolean isUseAnimationLoop() 
public void setUseAnimationLoop(boolean useAnimationLoop) 
             
 <br/>get_UseAnimationLoop();<br/>set_UseAnimationLoop(value);<br/>Object.defineProperty('UseAnimationLoop');  
public: 
property bool UseAnimationLoop { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use AnimationLoop when saving GIF files; false, otherwise.

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