Specifies the directory where ImageEn stores temporary files. If specified as '' the default system temporary directory is used.

Default: '' (use system temp directory)

Applications should set DefTempPath inside 'initialization' block, before that the IEvolution components are created.

For IEImageList objects, you can change DefTempPath at any time, just call after the Clear method.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string DefTempPath { get; set; }
Public Shared Property DefTempPath As String
	Get
	Set
public:
static property String^ DefTempPath {
	String^ get ();
	void set (String^ value);
}

See Also