Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

UseAnimationBackground Property








Gets or sets a value indicating whether to use the animation background when saving GIF files.
Syntax
public bool UseAnimationBackground {get; set;}
'Declaration
 
Public Property UseAnimationBackground As Boolean
'Usage
 
Dim instance As CodecsGifSaveOptions
Dim value As Boolean
 
instance.UseAnimationBackground = value
 
value = instance.UseAnimationBackground
public bool UseAnimationBackground {get; set;}
@property (nonatomic, assign, getter=usesAnimationBackground) BOOL useAnimationBackground
public boolean isUseAnimationBackground()
public void setUseAnimationBackground(boolean useAnimationBackground)
            
 <br/>get_UseAnimationBackground();<br/>set_UseAnimationBackground(value);<br/>Object.defineProperty('UseAnimationBackground'); 
public:
property bool UseAnimationBackground {
   bool get();
   void set (    bool value);
}

Property Value

true to use the AnimationBackground value when saving GIF files; false, otherwise.
Example
For an example, refer to CodecsGifOptions.
Requirements

Target Platforms

See Also

Reference

CodecsGifSaveOptions Class
CodecsGifSaveOptions Members
Implementing GIF Features

Error processing SSI file