Initializes the LEADTOOLS class library for use.
// .NET Standard
public static void Initialize(object applicationContext)
'.NET Standard
Public Shared Sub Initialize(Object applicationContext)
public static void initialize(Context context)
public:
static void Initialize();
applicationContext
For Xamarin, pass your application context that derives from Xamarin.Forms.Page
or Android.App.Activity
.
If you set a valid runtime license for your application using SetLicense, then you do not need to call this static method.
If you do not set a valid runtime license for your application using SetLicense, then you must call this static method prior to using any other LEADTOOLS functionality. This method must be called from the main / UI thread of your application. Failure to call this method as described above will cause other LEADTOOLS methods to throw a Kernel Expired exception or behave in an undefined manner.
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