Xamarin.Dynamsoft.Barcode.iOS
8.0.0
Dynamsoft.CaptureVision.Xamarin.Forms
Additional DetailsPackage no longer supported. Please use package Dynamsoft.CaptureVision.Xamarin.Forms instead.
See the version list below for details.
dotnet add package Xamarin.Dynamsoft.Barcode.iOS --version 8.0.0
NuGet\Install-Package Xamarin.Dynamsoft.Barcode.iOS -Version 8.0.0
<PackageReference Include="Xamarin.Dynamsoft.Barcode.iOS" Version="8.0.0" />
paket add Xamarin.Dynamsoft.Barcode.iOS --version 8.0.0
#r "nuget: Xamarin.Dynamsoft.Barcode.iOS, 8.0.0"
// Install Xamarin.Dynamsoft.Barcode.iOS as a Cake Addin
#addin nuget:?package=Xamarin.Dynamsoft.Barcode.iOS&version=8.0.0
// Install Xamarin.Dynamsoft.Barcode.iOS as a Cake Tool
#tool nuget:?package=Xamarin.Dynamsoft.Barcode.iOS&version=8.0.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 | 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 | |
---|---|---|---|
9.2.11 | 1,496 | 7/11/2022 | |
9.2.10 | 1,294 | 6/28/2022 | |
9.0.2 | 777 | 5/27/2022 | |
9.0.0 | 941 | 3/23/2022 | |
8.9.3 | 686 | 3/2/2022 | |
8.9.1 | 997 | 12/29/2021 | |
8.9.0 | 649 | 12/20/2021 | |
8.8.0 | 914 | 10/22/2021 | |
8.6.0 | 806 | 7/19/2021 | |
8.4.0 | 3,674 | 6/9/2021 | |
8.2.0 | 793 | 3/17/2021 | |
8.1.2 | 1,113 | 1/22/2021 | |
8.1.0 | 736 | 1/12/2021 | |
8.0.0 | 958 | 11/18/2020 | |
7.6.0 | 1,091 | 9/1/2020 | |
7.5.0 | 1,089 | 7/23/2020 | |
7.4.1 | 1,006 | 5/19/2020 | |
7.4.0 | 1,059 | 4/16/2020 | |
7.3.0 | 1,084 | 1/2/2020 | |
7.2.2 | 1,030 | 11/14/2019 | |
7.2.1 | 921 | 11/13/2019 | |
7.2.0.1 | 945 | 10/17/2019 | |
7.2.0 | 996 | 10/8/2019 | |
7.1.0 | 887 | 8/15/2019 | |
7.0.0 | 943 | 7/11/2019 | |
6.5.2 | 914 | 5/28/2019 | |
6.5.1.1 | 921 | 4/17/2019 | |
6.5.1 | 890 | 3/28/2019 | |
6.5.0 | 919 | 3/8/2019 | |
6.4.2 | 1,315 | 12/21/2018 | |
6.4.1 | 1,089 | 12/6/2018 | |
6.4.0 | 988 | 10/17/2018 | |
6.3.1 | 1,239 | 8/22/2018 |
* Implemented a new licensing tracking mechanism License 2.0, which makes easier for users to track the usage of licenses.
* Added a new parameter DeblurModes so that users can use different deblur algorithms for different scenarios. The DeblurModes has the following enum types: DirectBinarization, ThresholdBinarization, GrayEqulization, Smoothing and Morphing.
* Added a new format control parameter BarcodeZoneMinDistanceToImageBorders to set the minimum distance (in pixels) between the barcode zone and image borders.
* Added a new format control parameter MinRatioOfBarcodeZoneWidthToHeight to set the minimum ratio (width/height) of the barcode zone.
* Added a new format control parameter BarcodeZoneBarCountRangeArray to set the range of bar count of the barcode zone for barcodes search.
* Added a new argument SpatialIndexBlockSize for RPM_GENERAL_RGB_CONTRAST, RPM_GENERAL_GRAY_CONTRAST and RPM_GENERAL_HSV_CONTRAST.
* Added support for decoding IntermediateResult. Users who have binarized image could use this function to skip some image preprocessing steps.
* Improved the localization speed for the ScanDirectly mode.
* Improved the localization accuracy for DataMatrix codes with narrow quiet zone.