[]
        
(Showing Draft Content)

C1.AspNetCore.Api.ImageFormat

ImageFormat Class

Inheritance
ImageFormat
Namespace: C1.AspNetCore.Api
Assembly: C1.AspNetCore.Api.dll
Syntax
public sealed class ImageFormat

Constructors

Name Description
ImageFormat(Guid)

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

Properties

Name Description
Bmp

Specifies the bitmap image format.

Gif

Specifies the GIF image format.

Guid

Specifies a global unique identifier (GUID) that represents this System.Drawing.Imaging.ImageFormat.

Jpeg

Specifies the JPEG image format.

Png

Specifies the W3C PNG image format.

Tiff

Specifies the Tag Image File Format (TIFF) image format.

Methods

Name Description
Equals(object)

Returns a value indicating whether the specified object is an System.Drawing.Imaging.ImageFormat equivalent to this System.Drawing.Imaging.ImageFormat.

GetHashCode()

Returns a hash code.

ToString()

Converts this System.Drawing.Imaging.ImageFormat to a human-readable string.