ImageFormat Class
Specifies the file format of the image. Not inheritable.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | ImageFormat(Guid) | 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(Object^) | Returns a value that indicates whether the specified object is an ImageFormat object that is equivalent to this ImageFormat object.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Returns a hash code value that represents this object.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | 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.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


