←Select platform

AnimationBackground Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 ); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly