| Visual Basic (Declaration) | |
|---|---|
Public Class CodecsGifImageInfo | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class CodecsGifImageInfo | |
| C++/CLI | |
|---|---|
public ref class CodecsGifImageInfo | |
For an example, refer to CodecsImageInfo.
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:
RasterImageFormat.Gif.
System.Object
Leadtools.Codecs.CodecsGifImageInfo
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code