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



The CodecsGifImageInfo class provides information specific to GIF images.

Syntax

Visual Basic (Declaration) 
Public Class CodecsGifImageInfo 
Visual Basic (Usage)Copy Code
Dim instance As CodecsGifImageInfo
C# 
public class CodecsGifImageInfo 
C++/CLI 
public ref class CodecsGifImageInfo 

Example

For an example, refer to CodecsImageInfo.

Remarks

The CodecsGifImageInfo class contains the GIF specific information of the image file.

The CodecsImageInfo.Gif property contain valid information only if the file contains a valid GIF format file. In other words, the value of CodecsImageInfo.Format must be one of the following:

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsGifImageInfo

Requirements

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

See Also