←Select platform

AnimationBackground Property

Summary

Gets or sets the animation background color used when saving GIF files.

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor AnimationBackground { get; set; } 
Public Property AnimationBackground As RasterColor 
@property (nonatomic, copy) LTRasterColor *animationBackground 
public RasterColor getAnimationBackground() 
public void setAnimationBackground(RasterColor color) 
public: 
property RasterColor AnimationBackground { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

The animation background color used when saving GIF files.

Remarks

AnimationBackground is only used when the value of UseAnimationBackground is set to true.

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