typedef enum L_TEMPFILEMODE
{
L_TEMPFILEMODE_CURRENT,
L_TEMPFILEMODE_DEFAULT,
L_TEMPFILEMODE_DISK,
L_TEMPFILEMODE_DISKANDMEMORY,
L_TEMPFILEMODE_MEMORY,
} L_TEMPFILEMODE;
Enumeration values that indicate whether the temporary files are on disk, in memory, or a combination of disk and memory.
[-1] The current temporary file mode.
[0] Let LEADTOOLS pick the default mode (behavior might change from one version to another). Currently, it is the same as L_TEMPFILEMODE_DISKANDMEMORY.
[1] Disk only, do not use memory for temporary files.
[2] Use Memory for small temporary files, disk for large temporary files.
[3] Disable disk: all temporary files should be created in memory. Some features might fail if they require temporary files on disk. The failure might be an out-of-memory error code or ERROR_TEMP_FILE_DISK_DISABLED.
Refer to TEMPFILEOPTIONS for more information.
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