[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.ImageInfo

ImageInfo Class

Represents information about an image.

Inheritance
ImageInfo
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class ImageInfo

Constructors

Name Description
ImageInfo()

Initializes a new instance of the ImageInfo class.

ImageInfo(Stream, string)

Initializes a new instance of the ImageInfo struct.

Properties

Name Description
MimeType

Gets the MIME type of the image.

Stream

Gets the stream that contains the image data.

Methods

Name Description
Equals(ImageInfo)

Determines whether the specified ImageInfo is equal to the current ImageInfo.

Equals(object)

Determines whether the specified object is equal to the current ImageInfo.

GetHashCode()

Serves as the default hash function.

Extension Methods