ActiveReports 10
ImageInfo Constructor

GrapeCity.ActiveReports.Extensibility.v10 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > ImageInfo Structure : ImageInfo Constructor
The System.IO.Stream that contains the image data.
The mime type of the image.
Gets the mime type of the image.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   ByVal mimeType As String _
)
public ImageInfo( 
   Stream stream,
   string mimeType
)

Parameters

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

Reference

ImageInfo Structure
ImageInfo Members