Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
UseAnimationPalette Property
See Also 
Leadtools.Codecs Namespace > CodecsGifOptions.CodecsGifSaveOptions Class : UseAnimationPalette Property



Gets or sets a value indicating if an animation palette is saved with GIF files.

Syntax

Visual Basic (Declaration) 
Public Property UseAnimationPalette As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsGifOptions.CodecsGifSaveOptions
Dim value As Boolean
 
instance.UseAnimationPalette = value
 
value = instance.UseAnimationPalette
C# 
public bool UseAnimationPalette {get; set;}
C++/CLI 
public:
property bool UseAnimationPalette {
   bool get();
   void set (bool value);
}

Return Value

true if the an animation palette is saved with GIF files.

Example

For an example, refer to CodecsGifOptions.

Remarks

To set up an animation loop when saving GIF images, set the value of this property to true then set the palette to use in the AnimationPalette property.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also