ActiveReports 12
ImageInfo Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > ImageInfo Structure : ImageInfo Constructor
The stream that contains the image data.
The mime type of the image.
Initializes a new instance of the ImageInfo struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   ByVal mimeType As String _
)
public ImageInfo( 
   Stream stream,
   string mimeType
)

Parameters

stream
The stream that contains the image data.
mimeType
The mime type of the image.
See Also

Reference

ImageInfo Structure
ImageInfo Members