←Select platform

LeadTempFileMode Enumeration

Summary

Enumeration that indicates whether the temp files are on disk, in memory or a combination of disk and memory.

Syntax
C#
VB
C++
public enum LeadTempFileMode 
Public Enum LeadTempFileMode 
public: 
   enum class LeadTempFileMode sealed 

Members

ValueMemberDescription
0AutoLets LEADTOOLS pick the default mode (behavior might change from one version to another). Currently, it is the same as DiskAndMemory
1DiskDisk only, does not use memory to back up temp files.
2DiskAndMemoryUses Memory for small temp files, but disk for large temp files.
3MemoryDisables disk, all temp files should be created in memory. Some features might fail with if they require temporary files on disk. The failure might be an out of memory errors or a RasterException with code set to RasterExceptionCode.TempFileDiskDisabled.

Remarks

Refer to RasterDefaults.TempFileMode for more information.

Example

For an example, refer to RasterDefaults.TempFileMode.

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly