C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the animation background color used when saving GIF files.
public RasterColor AnimationBackground { get; set; }
Public Property AnimationBackground As Leadtools.RasterColor
public Leadtools.RasterColor AnimationBackground {get; set;}
@property (nonatomic, copy) LTRasterColor *animationBackground
public RasterColor getAnimationBackground()
public void setAnimationBackground(RasterColor color)
<br/>get_AnimationBackground();<br/>set_AnimationBackground(value);<br/>Object.defineProperty('AnimationBackground');
public:
property Leadtools.RasterColor AnimationBackground {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
The animation background color used when saving GIF files.
AnimationBackground is only used when the value of UseAnimationBackground is set to true.
For an example, refer to CodecsGifOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET