Image | Description |
---|---|
Supported in .NET 4.0 and later | |
Supported in Java. Java Document Service supports Tomcat® 10.x | |
Supported in Android Froyo 2.2 and later | |
Supported in iOS 8.0 and later and macOS 10.10 and later | |
Supported in any web browser that supports HTML5 | |
Supported in any language via Web API endpoints | |
Supported in Xamarin and Xamarin Forms |
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.
LEADTOOLS provides toolkits in editions that can support development of software applications for any of the following environments:
* Note for Xamarin developers:
The Xamarin iOS compiler tries to strip out any assemblies that are not directly referenced in the project source.
When developing for Xamarin iOS, if the application's linker setting is set to anything other than Don't Link, you must call Assembly.Use
.
Therefore, if the application is using any of the assemblies in the table below indirectly, a call to the corresponding Assembly.Use
must be added in the source code.
.NetStandard Assembly | Usage |
---|---|
Leadtools.Core | Leadtools.Core.Assembly.Use(); |
Leadtools.Ocr.LEADEngine | Leadtools.Ocr.LEADEngine.Assembly.Use(); |
Leadtools.Svg | Leadtools.Svg.Assembly.Use(); |
Leadtools.Forms.Recognition.Ocr | Leadtools.Forms.Recognition.Ocr.Assembly.Use(); |
Leadtools.Forms.Recognition.Barcode | Leadtools.Forms.Recognition.Barcode.Assembly.Use(); |
LEADTOOLS Multimedia Assemblies | Win 32 | Win 64 | |
---|---|---|---|
Leadtools.MediaFoundation | ✓ | ✓ | |
Leadtools.MediaStreaming | ✓ | ✓ | |
Leadtools.Multimedia | ✓ | ✓ | |
Leadtools.MediaWriter | ✓ | ✓ | |
LMNetDMX | ✓ | ✓ | |
LMNetMux | ✓ | ✓ | |
LMNetSnk | ✓ | ✓ | |
LMNetSrc | ✓ | ✓ | |
LTDvdWriter | ✓ | ✓ | |
Leadtools.SpeechRecognition | ✓ |
LEADTOOLS Medical Web Viewer Assemblies | Win 32 | Win 64 |
---|---|---|
Leadtools.Medical.WebViewer.ExternalControl | ✓ | ✓ |