ActiveReports Developer 7
ImageInfo Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > ImageInfo Structure : ImageInfo Constructor

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

Glossary Item Box

Gets the mime type of the image.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal stream As System.IO.Stream, _
   ByVal mimeType As System.String _
)
C# 
public ImageInfo( 
   System.IO.Stream stream,
   System.string mimeType
)

Parameters

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

See Also