L_LEADResourceDirectory

enum L_LEADResourceDirectory 
{ 
   L_LEADResourceDirectory_Libraries, 
   L_LEADResourceDirectory_Fonts, 
   L_LEADResourceDirectory_OpenSSL, 
   L_LEADResourceDirectory_Last = L_LEADResourceDirectory_OpenSSL // Keep this equal to the last enum member 
}; 
typedef enum L_LEADResourceDirectory L_LEADResourceDirectory; 

The enumeration specifies the LEADTOOLS resource directory.

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_Last

Equals the last enum member.

Comments

Some LEADTOOLS functions will use a common resource directory at runtime. Use L_SetResourceDirectory to set the path to the desired resource directory.

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

LEADTOOLS Raster Imaging C API Help