←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) 
             
  
get_UseAnimationBackground(); 
set_UseAnimationBackground(value); 
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

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