The enumeration specifies the LEADTOOLS resource directory.
enum L_LEADResourceDirectory
{
L_LEADResourceDirectory_Libraries,
L_LEADResourceDirectory_Fonts,
L_LEADResourceDirectory_OpenSSL,
L_LEADResourceDirectory_LibreOffice,
L_LEADResourceDirectory_Last = L_LEADResourceDirectory_LibreOffice // Keep this equal to the last enum member
};
typedef enum L_LEADResourceDirectory L_LEADResourceDirectory;
Indicates the directory for the LEADTOOLS runtime libraries.
Indicates the directory for font files to be used by LEADTOOLS.
Indicates the directory for Dicom OpenSSL files to be used by LEADTOOLS.
Indicates the directory for LibreOffice installation directory files to be used by LEADTOOLS for loading Open Document Format (ODF) files.
Equals the last enum member.
Some LEADTOOLS functions will use a common resource directory at runtime.
The L_LEADResourceDirectory_LibreOffice
path should point to the root of the LibreOffice installation. For example, on Windows, LibreOffice programs might get installed to C:\Program Files\LibreOffice\program
. In this case, set LibreOffice
to the parent of the program subfolder, C:\Program Files\LibreOffice
. By following this approach, LEADTOOLS can locate the LibreOffice installation at C:\Program Files\LibreOffice
on Windows and /usr/lib/libreoffice
on Linux.
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