←Select platform

AnimationBackground Property (CodecsGifSaveOptions)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Leadtools.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) 
             
  
get_AnimationBackground(); 
set_AnimationBackground(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize