Dynamsoft.DotNet.Barcode 8.0.0

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

// Install Dynamsoft.DotNet.Barcode as a Cake Tool
#tool nuget:?package=Dynamsoft.DotNet.Barcode&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 Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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.6.40.1 3,197 4/1/2024
9.6.40 3,140 3/14/2024
9.6.30 22,228 8/29/2023
9.6.20 27,265 3/16/2023
9.6.10 7,503 1/10/2023
9.6.0.1 3,015 11/29/2022
9.6.0 2,124 11/29/2022
9.4.0 8,963 8/30/2022
9.2.0 2,845 6/7/2022
9.0.0 3,092 3/16/2022
8.8.0 8,095 10/13/2021
8.6.0 6,670 7/16/2021
8.4.0 5,369 6/9/2021
8.2.0 2,381 3/17/2021
8.1.2 1,893 1/22/2021
8.1.0 1,162 1/12/2021
8.0.0 1,419 11/18/2020
7.6.0 3,529 9/1/2020
7.5.0 1,829 7/23/2020
7.4.0 2,689 4/16/2020
7.3.0 2,232 1/2/2020
7.2.2 4,231 11/14/2019
7.2.1 1,734 11/12/2019
7.2.0 1,780 10/8/2019
7.1.0 1,856 8/15/2019
7.0.0 1,760 7/11/2019
6.5.3 2,573 7/9/2019
6.5.2 1,779 5/28/2019
6.5.1 2,744 4/16/2019
6.5.0.1 1,583 4/3/2019
6.5.0 1,676 2/28/2019
6.4.1 4,070 11/26/2018
6.4.0 5,619 10/15/2018
6.3.0 9,284 8/16/2018
6.2.0 2,230 6/29/2018
6.1.0 2,293 5/16/2018
6.0.0 2,769 3/30/2018
5.2.0 3,152 9/19/2017
5.1.0 2,508 5/25/2017
5.0.0 2,212 3/7/2017
4.3.0 2,350 10/13/2016
4.2.0 8,382 8/5/2016

- 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.
- Implemented the mechanism of loading libraries dynamically at runtime when the following modes are used (except *_AUTO and *_SKIP). It can be configured by LibraryFileName and LibraryParameters.
- Improved the localization speed for the ScanDirectly mode.
- Improved the localization accuracy for DataMatrix codes with narrow quiet zone.
- The .NET assembly DLL file (Dynamsoft.BarcodeReader.dll) does not include compressed C++ DLLs. Now users need to distribute Dynamsoft.BarcodeReader.dll, DynamsoftCommon.dll, x86/x64 folders with the application.