←Select platform

UseAnimationBackground Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public bool UseAnimationBackground { get; set; } 
Public Property UseAnimationBackground As Boolean 
@property (nonatomic, assign, getter=usesAnimationBackground) BOOL useAnimationBackground 
public boolean isUseAnimationBackground() 
public void setUseAnimationBackground(boolean useAnimationBackground) 
public: 
property bool UseAnimationBackground { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use the AnimationBackground value when saving GIF files; false, otherwise.

Example

For an example, refer to CodecsGifOptions.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly