[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Image

Image Class

It is a cross-platform Image-like image descriptor.

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

Properties

Name Description
Data

Gets a byte array containing the image data.

Height

Gets the height of this Image.

HorizontalResolution

Gets the horizontal resolution, in pixels-per-inch, of this Image.

RawFormat

Gets the format of this Image.

Size

Gets the width and height of this Image.

VerticalResolution

Gets the vertical resolution, in pixels-per-inch, of this Image.

Width

Gets the width of this Image.

Methods

Name Description
Equals(object)

Performs a comparison of two Image objects by value.

FromFile(string)

Creates an Image from the specified file.

FromStream(Stream)

Creates an Image from the specified data stream.

GetHashCode()

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