[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.ImageInfo.-ctor

ImageInfo Constructor

ImageInfo(Stream, string)

Initializes a new instance of the ImageInfo struct.

Declaration
public ImageInfo(Stream stream, string mimeType)
Parameters
Type Name Description
Stream stream

The stream that contains the image data.

string mimeType

The mime type of the image.

ImageInfo()

Initializes a new instance of the ImageInfo class.

Declaration
public ImageInfo()