ActiveReports 9
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 System.IO.Stream, _
   ByVal mimeType As System.String _
)
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

Reference

ImageInfo Structure
ImageInfo Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum