When true (default) a disk file is used to cache images and view. Otherwise system memory is used.

This is useful if you have low disk space or you don't want ImageEn writes on disk.

Chaning this property has as side effect the call to IEImageList.Clear method.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool ImageCacheUseDisk { get; set; }
Public Property ImageCacheUseDisk As Boolean
	Get
	Set
public:
property bool ImageCacheUseDisk {
	bool get ();
	void set (bool value);
}

See Also