Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Gif Property (CodecsImageInfo)








Gets extra information about the image if the file format is GIF.
Syntax
public CodecsGifImageInfo Gif {get;}
'Declaration
 
Public ReadOnly Property Gif As CodecsGifImageInfo
'Usage
 
Dim instance As CodecsImageInfo
Dim value As CodecsGifImageInfo
 
value = instance.Gif
public CodecsGifImageInfo Gif {get;}
@property (nonatomic, strong, readonly) LTCodecsGifImageInfo *gif
public CodecsGifImageInfo getGif()
 get_Gif(); 
public:
property CodecsGifImageInfo^ Gif {
   CodecsGifImageInfo^ get();
}

Property Value

A CodecsGifImageInfo object that contains extra information about the image if the file format is GIF.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members
Implementing GIF Features

Error processing SSI file