ImageFormat.Gif Property
.NET Framework 1.1
Gets the Graphics Interchange Format (GIF) image format.
[Visual Basic] Public Shared ReadOnly Property Gif As ImageFormat [C#] public static ImageFormat Gif {get;} [C++] public: __property static ImageFormat* get_Gif(); [JScript] public static function get Gif() : ImageFormat;
Property Value
An ImageFormat object that indicates the GIF image format.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
ImageFormat Class | ImageFormat Members | System.Drawing.Imaging Namespace