SetImage loads an image from Stream and assign it to index

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetImage(
	int index,
	Stream stream
)
Public Sub SetImage ( _
	index As Integer, _
	stream As Stream _
)
public:
void SetImage(
	int index, 
	Stream^ stream
)

Parameters

index
Int32
The destination image index
stream
Stream
The input stream

See Also