←Select platform

Gif Property

Summary

Gets extra information about the image if the file format is GIF.

Syntax
C#
VB
Objective-C
C++
Java
public CodecsGifImageInfo Gif { get; } 
Public ReadOnly Property Gif As CodecsGifImageInfo 
@property (nonatomic, strong, readonly) LTCodecsGifImageInfo *gif 
public CodecsGifImageInfo getGif() 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly