1 out of 1 rated this helpful - Rate this topic

ImageFormat Class

Specifies the file format of the image. Not inheritable.

System.Object
  System.Drawing.Imaging.ImageFormat

Namespace:  System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)
[TypeConverterAttribute(typeof(ImageFormatConverter))]
public sealed class ImageFormat

The ImageFormat type exposes the following members.

  Name Description
Public method ImageFormat Initializes a new instance of the ImageFormat class by using the specified Guid structure.
Top
  Name Description
Public property Static member Bmp Gets the bitmap (BMP) image format.
Public property Static member Emf Gets the enhanced metafile (EMF) image format.
Public property Static member Exif Gets the Exchangeable Image File (Exif) format.
Public property Static member Gif Gets the Graphics Interchange Format (GIF) image format.
Public property Guid Gets a Guid structure that represents this ImageFormat object.
Public property Static member Icon Gets the Windows icon image format.
Public property Static member Jpeg Gets the Joint Photographic Experts Group (JPEG) image format.
Public property Static member MemoryBmp Gets the format of a bitmap in memory.
Public property Static member Png Gets the W3C Portable Network Graphics (PNG) image format.
Public property Static member Tiff Gets the Tagged Image File Format (TIFF) image format.
Public property Static member Wmf Gets the Windows metafile (WMF) image format.
Top
  Name Description
Public method Equals Returns a value that indicates whether the specified object is an ImageFormat object that is equivalent to this ImageFormat object. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns a hash code value that represents this object. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Converts this ImageFormat object to a human-readable string. (Overrides Object.ToString().)
Top

The properties of the ImageFormat class indicate image formats such as bitmap (Bmp), enhanced metafile (Emf), and icon (Icon). For example, you can use the properties of the ImageFormat class to specify an image format when saving an image using the Save method. You can compare two image formats by using the Equals method.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ