←Select platform

UseAnimationBackground Property

Summary

Gets or sets a value indicating whether to use the animation background when saving GIF files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool UseAnimationBackground { get; set; } 
Public Property UseAnimationBackground As Boolean 
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 ); 
} 

Property Value

true to use the AnimationBackground value when saving GIF files; false, otherwise.

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