L_LEADResourceDirectory

Summary

The enumeration specifies the LEADTOOLS resource directory.

Syntax

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; 

Members

L_LEADResourceDirectory_Libraries

Indicates the directory for the LEADTOOLS runtime libraries.

L_LEADResourceDirectory_Fonts

Indicates the directory for font files to be used by LEADTOOLS.

L_LEADResourceDirectory_OpenSSL

Indicates the directory for Dicom OpenSSL files to be used by LEADTOOLS.

L_LEADResourceDirectory_LibreOffice

Indicates the directory for LibreOffice installation directory files to be used by LEADTOOLS for loading Open Document Format (ODF) files.

L_LEADResourceDirectory_Last

Equals the last enum member.

Comments

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.

Usage

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.