Xamarin Framework Deprecation
As of LEADTOOLS v23, The cross-platform Xamarin framework has been deprecated and replaced with LEADTOOLS .NET MAUI framework.
For any LEADTOOLS Xamarin apps you have already built, we recommend you migrate to the LEADTOOLS .NET MAUI framework. To help you with the migration, review the LEADTOOLS .NET MAUI tutorials to get you started.
This change is driven by Microsoft's announcement to end Xamarin support.
// .NET Standard
public static void Initialize(object applicationContext)
public static void initialize(
java.lang.Object object
);
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