LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

UseAnimationBackground Property






Gets or sets a value indicating whether to use the animation background when saving GIF files. .NET support WinRT support Silverlight support
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;}
 get_UseAnimationBackground();
set_UseAnimationBackground(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsGifSaveOptions Class
CodecsGifSaveOptions Members
Implementing GIF Features

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.