Xamarin.Dynamsoft.Barcode.iOS
                               
                            
                                8.4.0
                            
                        
                    Dynamsoft.CaptureVision.Xamarin.Forms
Additional DetailsPackage no longer supported. Please use package Dynamsoft.CaptureVision.Xamarin.Forms instead.
dotnet add package Xamarin.Dynamsoft.Barcode.iOS --version 8.4.0
NuGet\Install-Package Xamarin.Dynamsoft.Barcode.iOS -Version 8.4.0
<PackageReference Include="Xamarin.Dynamsoft.Barcode.iOS" Version="8.4.0" />
<PackageVersion Include="Xamarin.Dynamsoft.Barcode.iOS" Version="8.4.0" />
<PackageReference Include="Xamarin.Dynamsoft.Barcode.iOS" />
paket add Xamarin.Dynamsoft.Barcode.iOS --version 8.4.0
#r "nuget: Xamarin.Dynamsoft.Barcode.iOS, 8.4.0"
#:package Xamarin.Dynamsoft.Barcode.iOS@8.4.0
#addin nuget:?package=Xamarin.Dynamsoft.Barcode.iOS&version=8.4.0
#tool nuget:?package=Xamarin.Dynamsoft.Barcode.iOS&version=8.4.0
What You Should Know About Dynamsoft Barcode SDK
API Reference
https://www.dynamsoft.com/barcode-reader/programming/objectivec-swift
Sample Code
https://www.dynamsoft.com/barcode-reader/resources/code-gallery/
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| Xamarin.iOS | xamarinios10 is compatible. | 
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | 
|---|
Added: 
Added new attributes [`isMirrored`](link) and [`isDPM`](link) to the `TextResult` class. `IsMirrored` returns whether the barcode is mirrored and `isDPM` returns whether the result is recognized as a [`DPM`](link) code. 
Added a new argument, `ThresholdCompensation`, to the `BinarizationModes` mode arguments. 
 
Improved: 
Faster recognition speeds when detecting dense QR Codes. 
Improved the performance of boundary identification for DataMatrix codes. 
 
Deprecated: 
ThreshValueCoefficient is now deprecated. It still works in this version but could be removed in the near future. We recommend using ThresholdCompensation instead. 
 
Fixed: 
Fixed an issue when [`handShakeCode`](link) is not set when calling initLicenseFromLTS. 
Fixed a potential memory leak. 
Replaced the static library with a dynamic library to avoid compatibility issues with other Dynamsoft products or third-party libraries.