←Select platform

UseAnimationBackground Property

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

Property Value

Value Description
true To use the AnimationBackground value when saving WebP files.
false To not use the AnimationBackground value 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.