←Select platform

UseAnimationLoop Property

Summary
Gets or sets a value indicating whether to use the animation loop when saving WebP files.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool UseAnimationLoop { get; set; } 
@property (nonatomic, assign, getter=usesAnimationLoop) BOOL useAnimationLoop; 
public boolean isUseAnimationLoop() 
public void setUseAnimationLoop(boolean useAnimationLoop) 
public: 
property bool UseAnimationLoop { 
   bool get(); 
   void set (    bool ); 
} 
UseAnimationLoop # get and set (CodecsWebpSaveOptions) 

Property Value

Value Description
true To use AnimationLoop when saving WebP files.
false To not use AnimationLoop when saving WebP files. The default value is false.
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.