ImageCacheSize contains how much images are stored in memory instead of memory mapped file.

For example if you know that IEMulti will contain only 20 images the ImageCacheSize should be 20.

The default value is 10.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int ImageCacheSize { get; set; }
Public Property ImageCacheSize As Integer
	Get
	Set
public:
property int ImageCacheSize {
	int get ();
	void set (int value);
}

See Also