| Visual Basic (Declaration) | |
|---|---|
| Public ReadOnly Property HasAnimationPalette As Boolean | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public bool HasAnimationPalette {get;} | |
Return Value
true if the GIF image has animation palette; otherwise false.For an example, refer to CodecsImageInfo.
 
            
 
            
            
            If this value of this property is true, then the AnimationPalette will hold the animation palette for the GIF image.
            
            Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
 
  