SetImage loads an image and assign it to index, specifying the index of source multipage file.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetImage(
	int index,
	string fileName,
	int sourceImageIndex
)
Public Sub SetImage ( _
	index As Integer, _
	fileName As String, _
	sourceImageIndex As Integer _
)
public:
void SetImage(
	int index, 
	String^ fileName, 
	int sourceImageIndex
)

Parameters

index
Int32
The destination image index
fileName
String
The source file name
sourceImageIndex
Int32
Specifies the source page index when source file is a multipage file (like a TIFF)

See Also