TempDirectory property (ILEADRaster)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BSTR TempDirectory

Overview

Refer to Memory Storage Types for Bitmaps.

Remarks

Gets or sets the directory in which LEADTOOLS will create temporary files.

Files used to store bitmaps of type MEMORY_TYPE_DISK will be created here. Also, disk tiles for bitmaps of type MEMORY_TYPE_TILED bitmaps will be created here.

This property will have no effect on any existing bitmaps. The files associated with the existing bitmaps stay where they were. The new temporary directory will be used for creating new bitmaps.

See Also

Elements:

SetMemoryThresholds Method, GetMemoryThresholds Method, GetMemoryInfo Method, SetMemoryInfo Method

Topics:

Raster Images: Creating and Deleting