Xamarin.Dynamsoft.Barcode.iOS 7.1.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 7.1.0
NuGet\Install-Package Xamarin.Dynamsoft.Barcode.iOS -Version 7.1.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="7.1.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 7.1.0
#r "nuget: Xamarin.Dynamsoft.Barcode.iOS, 7.1.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=7.1.0

// Install Xamarin.Dynamsoft.Barcode.iOS as a Cake Tool
#tool nuget:?package=Xamarin.Dynamsoft.Barcode.iOS&version=7.1.0

Dynamsoft's Barcode Reader SDK enables you to efficiently embed barcode reading functionality in your web, desktop and mobile application using just a few lines of code.This can save you from months of added development time and extra costs. With the Barcode Reader SDK, you can decode barcodes from various image file formats (bmp, jpg, png, gif, single-page and multi-page tiff, and PDF).

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,157 7/11/2022
9.2.10 1,646 6/28/2022
9.0.2 945 5/27/2022
9.0.0 1,228 3/23/2022
8.9.3 883 3/2/2022
8.9.1 1,195 12/29/2021
8.9.0 816 12/20/2021
8.8.0 1,117 10/22/2021
8.6.0 1,024 7/19/2021
8.4.0 3,940 6/9/2021
8.2.0 956 3/17/2021
8.1.2 1,279 1/22/2021
8.1.0 910 1/12/2021
8.0.0 1,172 11/18/2020
7.6.0 1,308 9/1/2020
7.5.0 1,348 7/23/2020
7.4.1 1,219 5/19/2020
7.4.0 1,324 4/16/2020
7.3.0 1,276 1/2/2020
7.2.2 1,258 11/14/2019
7.2.1 1,148 11/13/2019
7.2.0.1 1,115 10/17/2019
7.2.0 1,223 10/8/2019
7.1.0 986 8/15/2019
7.0.0 1,080 7/11/2019
6.5.2 1,020 5/28/2019
6.5.1.1 1,052 4/17/2019
6.5.1 1,011 3/28/2019
6.5.0 1,046 3/8/2019
6.4.2 1,449 12/21/2018
6.4.1 1,217 12/6/2018
6.4.0 1,079 10/17/2018
6.3.1 1,328 8/22/2018

*Added automatic blurry frame filtering for the video frame decoding, reducing incorrect barcode recognition.
*Added three arguments for the CICM_GENERAL of ColourConversionModes to set the weights for the colour conversion, providing more flexibility to deal with various kinds of backgrounds by using different weights of three colors: red, green and blue.
*For Android, added two new methods, startFrameDecodingEx(), which can be used to start a new thread to decode barcodes, and initFrameDecodingParameters(), and a new struct, FrameDecodingParameters.
*For iOS, added two new methods, StartFrameDecodingEx(), which can be used to start a new thread to decode barcodes, and InitFrameDecodingParameters(), and a new struct, iFrameDecodingParameters.
*The output of intermediate results can be saved either directly to a folder or to memory or both, by introducing a new parameter, intermediateResultSavingMode, to the struct PublicRuntimeSettings.
*Fixed a bug that the deblur function might malfunction in some rare cases.
*Fixed a bug that the coordinates of barcodes may be calculated incorrectly under some situations.
*Fixed a bug that the parameter, RequireStartStopChars, might malfunction in some rare cases.
*Fixed a bug that the angle of barcodes might not be calculated correctly sometimes.