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



Gets the CodecsGifImageInfo class that specifies the GIF format options.

Syntax

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

Return Value

The CodecsGifImageInfo class that specifies the GIF format options.

Example

For an example, refer to CodecsImageInfo.

Remarks

The CodecsGifImageInfo value of this property contains the GIF specific information of the image file.

The 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:

Requirements

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

See Also