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.
See Also

Reference

ImageInfo Structure
ImageInfo Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum