ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / ImageData Structure / ImageData Constructor
The memory stream.
The image format.

In This Topic
ImageData Constructor
In This Topic
Initializes an instance of ImageData structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal memoryStream As MemoryStream, _
   ByVal imageFormat As ImageFormat _
)
 

Parameters

memoryStream
The memory stream.
imageFormat
The image format.
See Also