public enum LEADResourceDirectory
typedef NS_ENUM(NSInteger, LTLEADResourceDirectory) {
LTLEADResourceDirectoryLibraries,
LTLEADResourceDirectoryFonts,
};
public final class LEADResourceDirectory
extends java.lang.Enum<LEADResourceDirectory>
public enum class LEADResourceDirectory
class LEADResourceDirectory(Enum):
Libraries = 0
Fonts = 1
OpenSSL = 2
Value | Member | Description |
---|---|---|
0 | Libraries | Indicates the directory for the LEADTOOLS runtime libraries. |
1 | Fonts | Indicates the directory for font files to be used by LEADTOOLS. |
2 | OpenSSL | Indicates the directory for OpenSSL files to be used by LEADTOOLS. |
Some LEADTOOLS classes will use a common resource directory at runtime. Use SetResourceDirectory to set the path to the desired resource directory.
Refer to LEADTOOLS Drawing Engine and Multi-Platform Consideration for more information on shadow font usage.
using Leadtools;
using Leadtools.Codecs;
private void RasterDefaultsSetResourceDirectoryExample()
{
// Set the Fonts Resource folder
RasterDefaults.SetResourceDirectory(LEADResourceDirectory.Fonts, @"SomeCommonFontsFolder");
}
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