Enumeration that indicates whether the temp files are on disk, in memory or a combination of disk and memory.
public enum LeadTempFileMode
Public Enum LeadTempFileMode
public:
enum class LeadTempFileMode sealed
Value | Member | Description |
---|---|---|
0 | Auto | Lets LEADTOOLS pick the default mode (behavior might change from one version to another). Currently, it is the same as DiskAndMemory |
1 | Disk | Disk only, does not use memory to back up temp files. |
2 | DiskAndMemory | Uses Memory for small temp files, but disk for large temp files. |
3 | Memory | Disables 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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document