ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / ImageInfo Class / ImageInfo Constructor / ImageInfo Constructor(Stream,String)
The stream that contains the image data.
The mime type of the image.

In This Topic
    ImageInfo Constructor(Stream,String)
    In This Topic
    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