ActiveReports 8
ImageInfo Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also