←Select platform

UseAnimationLoop Property

Summary
Gets or sets a value indicating whether to use the animation loop when saving GIF files.
Syntax
C#
VB
Objective-C
C++
Java
public bool UseAnimationLoop { get; set; } 
Public Property UseAnimationLoop As Boolean 
@property (nonatomic, assign, getter=usesAnimationLoop) BOOL useAnimationLoop 
public boolean isUseAnimationLoop() 
public void setUseAnimationLoop(boolean 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 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.