This method reloads an image. This works only with on demand image (where you set FileName of ID).

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ReloadImage(
	int imageIndex
)
Public Sub ReloadImage ( _
	imageIndex As Integer _
)
public:
void ReloadImage(
	int imageIndex
)

Parameters

imageIndex
Int32
The image index to reload.

See Also