This documentation is archived and is not being maintained.
ImageFormat Class
Visual Studio 2010
Specifies the file format of the image. Not inheritable.
Assembly: System.Drawing (in System.Drawing.dll)
The ImageFormat type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ImageFormat | Initializes a new instance of the ImageFormat class by using the specified Guid structure. |
| Name | Description | |
|---|---|---|
![]() ![]() | Bmp | Gets the bitmap (BMP) image format. |
![]() ![]() | Emf | Gets the enhanced metafile (EMF) image format. |
![]() ![]() | Exif | Gets the Exchangeable Image File (Exif) format. |
![]() ![]() | Gif | Gets the Graphics Interchange Format (GIF) image format. |
![]() | Guid | Gets a Guid structure that represents this ImageFormat object. |
![]() ![]() | Icon | Gets the Windows icon image format. |
![]() ![]() | Jpeg | Gets the Joint Photographic Experts Group (JPEG) image format. |
![]() ![]() | MemoryBmp | Gets the format of a bitmap in memory. |
![]() ![]() | Png | Gets the W3C Portable Network Graphics (PNG) image format. |
![]() ![]() | Tiff | Gets the Tagged Image File Format (TIFF) image format. |
![]() ![]() | Wmf | Gets the Windows metafile (WMF) image format. |
| Name | Description | |
|---|---|---|
![]() | 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).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a hash code value that represents this object. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Converts this ImageFormat object to a human-readable string. (Overrides Object::ToString().) |
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.
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.
Show:
