[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.ImageData

ImageData Struct

Represents the data stream from which the image can be loaded and the format of the image.

Namespace: GrapeCity.ActiveReports.Core.Document
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public struct ImageData

Constructors

Name Description
ImageData(MemoryStream, ImageFormat)

Initializes an instance of ImageData structure.

Fields

Name Description
ImageFormat

The image format field.

MemoryStream

The memory stream field.