Xamarin.Dynamsoft.Barcode.iOS 8.4.0

Suggested Alternatives

Dynamsoft.CaptureVision.Xamarin.Forms

Additional Details

Package no longer supported. Please use package Dynamsoft.CaptureVision.Xamarin.Forms instead.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Xamarin.Dynamsoft.Barcode.iOS --version 8.4.0
                    
NuGet\Install-Package Xamarin.Dynamsoft.Barcode.iOS -Version 8.4.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Dynamsoft.Barcode.iOS" Version="8.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xamarin.Dynamsoft.Barcode.iOS" Version="8.4.0" />
                    
Directory.Packages.props
<PackageReference Include="Xamarin.Dynamsoft.Barcode.iOS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xamarin.Dynamsoft.Barcode.iOS --version 8.4.0
                    
#r "nuget: Xamarin.Dynamsoft.Barcode.iOS, 8.4.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Xamarin.Dynamsoft.Barcode.iOS&version=8.4.0
                    
Install as a Cake Addin
#tool nuget:?package=Xamarin.Dynamsoft.Barcode.iOS&version=8.4.0
                    
Install as a Cake Tool
Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.