Syntax
enum L_LEADResourceDirectory{L_LEADResourceDirectory_Libraries,L_LEADResourceDirectory_Fonts,L_LEADResourceDirectory_Last = L_LEADResourceDirectory_Fonts // Keep this equal to the last enum member};typedef enum L_LEADResourceDirectory L_LEADResourceDirectory;
Summary
The enumeration specifies the LEADTOOLS resource directory.
Values
| Value | Meaning | |
|---|---|---|
| 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_Last | Equals the last enum member. |
Remarks
Some LEADTOOLS functions will use a common resource directory at runtime. Use L_SetResourceDirectory to set the path to the desired resource directory.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
