Xamarin.Dynamsoft.Barcode.iOS 8.6.0

Suggested Alternatives

Dynamsoft.CaptureVision.Xamarin.Forms

Additional Details

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

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Dynamsoft.Barcode.iOS --version 8.6.0                
NuGet\Install-Package Xamarin.Dynamsoft.Barcode.iOS -Version 8.6.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.6.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Dynamsoft.Barcode.iOS --version 8.6.0                
#r "nuget: Xamarin.Dynamsoft.Barcode.iOS, 8.6.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.
// Install Xamarin.Dynamsoft.Barcode.iOS as a Cake Addin
#addin nuget:?package=Xamarin.Dynamsoft.Barcode.iOS&version=8.6.0

// Install Xamarin.Dynamsoft.Barcode.iOS as a Cake Tool
#tool nuget:?package=Xamarin.Dynamsoft.Barcode.iOS&version=8.6.0                
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
9.2.11 2,193 7/11/2022
9.2.10 1,709 6/28/2022
9.0.2 946 5/27/2022
9.0.0 1,242 3/23/2022
8.9.3 884 3/2/2022
8.9.1 1,197 12/29/2021
8.9.0 818 12/20/2021
8.8.0 1,129 10/22/2021
8.6.0 1,030 7/19/2021
8.4.0 4,025 6/9/2021
8.2.0 965 3/17/2021
8.1.2 1,281 1/22/2021
8.1.0 920 1/12/2021
8.0.0 1,175 11/18/2020
7.6.0 1,309 9/1/2020
7.5.0 1,363 7/23/2020
7.4.1 1,232 5/19/2020
7.4.0 1,325 4/16/2020
7.3.0 1,281 1/2/2020
7.2.2 1,262 11/14/2019
7.2.1 1,149 11/13/2019
7.2.0.1 1,117 10/17/2019
7.2.0 1,224 10/8/2019
7.1.0 989 8/15/2019
7.0.0 1,082 7/11/2019
6.5.2 1,023 5/28/2019
6.5.1.1 1,054 4/17/2019
6.5.1 1,012 3/28/2019
6.5.0 1,047 3/8/2019
6.4.2 1,463 12/21/2018
6.4.1 1,223 12/6/2018
6.4.0 1,084 10/17/2018
6.3.1 1,335 8/22/2018

Added:
Added new API enableResultVerification. The barcode decoding results will be verified before output if this feature is enabled. This will highly improve the accuracy of barcode scanning.
Added new API enableDuplicateFilter. The barcode decoding results will be filtered before output if this feature is enabled. The duplicated results will be output only once for every three seconds.
Added two DeblurMode Enumerations, DM_BASED_ON_LOC_BIN and DM_SHARPENING_SMOOTHING, to support more usage scenarios.
Added method initLicenseFromDLS in BarcodeReader class to replace initLicenseFromLTS.
Added class iDMDLSConnectionParameters to replace class iDMLTSConnectionParameters.
Added delegate DMDLSLicenseVerificationDelegate and callback DLSLicenseVerificationCallback to replace DMLTSLicenseVerificationDelegate and LTSLicenseVerificationCallback.

Improved
Improved the confidence algorithm for 1D barcode results. Users can get even more accurate results by configuring the confidence filter.

Fixed
Fixed a bug that licenseVerificationCallback not triggered.