[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Imaging.ImageFormat

ImageFormat Class

Represents the file format of the image. It is a cross-platform version of ImageFormat.

Inheritance
ImageFormat
Namespace: GrapeCity.ActiveReports.Document.Drawing.Imaging
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public sealed class ImageFormat

Constructors

Name Description
ImageFormat(Guid)

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

Properties

Name Description
Bmp

Gets the bitmap image format.

Emf

Gets the enhanced Windows metafile image format.

Exif

Gets the Exchangeable Image Format (EXIF).

Gif

Gets the GIF image format.

Guid

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

Icon

Gets the Windows icon image format.

Jpeg

Gets the JPEG image format.

MemoryBmp

Gets a memory bitmap image format.

Png

Gets the W3C PNG image format.

Svg

Gets the Scalable Vector Graphics (SVG).

Tiff

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

Wmf

Gets the Windows metafile image format.

Methods

Name Description
Equals(object)

Performs a comparison of two ImageFormat objects by value.

GetHashCode()

Gets the hash code of the current instance of class Font.

ToString()

Returns a string that represents the current object.