Fills IOParams reading an image from stream, but doesn't load the image in the component.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LoadImageInfo(
	Stream stream,
	IEFileFormats format
)
Public Sub LoadImageInfo ( _
	stream As Stream, _
	format As IEFileFormats _
)
public:
void LoadImageInfo(
	Stream^ stream, 
	IEFileFormats format
)

Parameters

stream
Stream
the source stream
format
IEFileFormats
the file format you know the stream or file contains (you cannot specify Unknown)

See Also