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



Determines whether the GIF image has animation background.

Syntax

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

Return Value

true if the image has animation background; otherwise false.

Example

For an example, refer to CodecsImageInfo.

Remarks

If the value of this property is true, you can get the animation background color through the AnimationBackground property

Requirements

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

See Also