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



Gets the animation height for the GIF file.

Syntax

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

Return Value

The animation height for the GIF file in pixels.

Example

For an example, refer to CodecsImageInfo.

Requirements

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

See Also