←Select platform

AnimationLoop Property

Summary
Gets or sets the animation loop value to use when saving WebP files.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public int AnimationLoop { get; set; } 
@property (nonatomic, assign) NSUInteger animationLoop; 
public int getAnimationLoop() 
public void setAnimationLoop(int loop) 
public: 
property int AnimationLoop { 
   int get(); 
   void set (    int ); 
} 
AnimationLoop # get and set (CodecsWebpSaveOptions) 

Property Value

The animation loop value to use when saving WebP files. The default value is 0.

Remarks

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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