Skip to main content

ImageFormat

Namespace: System.Drawing.Imaging

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies the file format of the image. Not inheritable.

public class ImageFormat

Constructors​

Instance member ImageFormat(guid)​

Initializes a new instance of the ImageFormat class with the specified GUID.

NameTypeDescription
guidGuidThe Guid structure that specifies a particular image format.

Properties​

Static member Bmp​

ImageFormat: Gets the bitmap image format.

Static member Emf​

ImageFormat: Gets the enhanced Windows metafile image format.

Static member Exif​

ImageFormat: Gets the Exchangeable Image Format (EXIF).

Static member Gif​

ImageFormat: Gets the GIF image format.

Instance member Guid​

Guid: Gets the a global unique identifier (GUID) that represents this ImageFormat.

Static member Icon​

ImageFormat: Gets the Windows icon image format.

Static member Jpeg​

ImageFormat: Gets the JPEG image format.

Static member MemoryBmp​

ImageFormat: Gets the a memory bitmap image format.

Static member Png​

ImageFormat: Gets the W3C PNG image format.

Static member Tiff​

ImageFormat: Gets the Tag Image File Format (TIFF) image format.

Static member Webp​

ImageFormat: Gets the Windows icon image format.

Static member Wmf​

ImageFormat: Gets the Windows metafile image format.