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



Gets the animation width for the GIF file.

Syntax

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

Return Value

The animation width 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