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



Determines whether the GIF image has animation palette.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property HasAnimationPalette As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsGifImageInfo
Dim value As Boolean
 
value = instance.HasAnimationPalette
C# 
public bool HasAnimationPalette {get;}
C++/CLI 
public:
property bool HasAnimationPalette {
   bool get();
}

Return Value

true if the GIF image has animation palette; otherwise false.

Example

For an example, refer to CodecsImageInfo.

Remarks

If this value of this property is true, then the AnimationPalette will hold the animation palette for the GIF image.

Requirements

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

See Also