Dynamsoft.DotNet.Barcode
7.0.0
See the version list below for details.
dotnet add package Dynamsoft.DotNet.Barcode --version 7.0.0
NuGet\Install-Package Dynamsoft.DotNet.Barcode -Version 7.0.0
<PackageReference Include="Dynamsoft.DotNet.Barcode" Version="7.0.0" />
<PackageVersion Include="Dynamsoft.DotNet.Barcode" Version="7.0.0" />
<PackageReference Include="Dynamsoft.DotNet.Barcode" />
paket add Dynamsoft.DotNet.Barcode --version 7.0.0
#r "nuget: Dynamsoft.DotNet.Barcode, 7.0.0"
#addin nuget:?package=Dynamsoft.DotNet.Barcode&version=7.0.0
#tool nuget:?package=Dynamsoft.DotNet.Barcode&version=7.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. |
---|---|
.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. |
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 | 48,137 | 4/1/2024 | |
9.6.40 | 8,033 | 3/14/2024 | |
9.6.30 | 27,719 | 8/29/2023 | |
9.6.20 | 73,881 | 3/16/2023 | |
9.6.10 | 8,006 | 1/10/2023 | |
9.6.0.1 | 3,629 | 11/29/2022 | |
9.6.0 | 2,468 | 11/29/2022 | |
9.4.0 | 12,639 | 8/30/2022 | |
9.2.0 | 3,068 | 6/7/2022 | |
9.0.0 | 3,515 | 3/16/2022 | |
8.8.0 | 9,553 | 10/13/2021 | |
8.6.0 | 6,973 | 7/16/2021 | |
8.4.0 | 5,591 | 6/9/2021 | |
8.2.0 | 2,633 | 3/17/2021 | |
8.1.2 | 2,158 | 1/22/2021 | |
8.1.0 | 1,312 | 1/12/2021 | |
8.0.0 | 1,553 | 11/18/2020 | |
7.6.0 | 3,892 | 9/1/2020 | |
7.5.0 | 2,047 | 7/23/2020 | |
7.4.0 | 2,889 | 4/16/2020 | |
7.3.0 | 2,428 | 1/2/2020 | |
7.2.2 | 4,563 | 11/14/2019 | |
7.2.1 | 1,931 | 11/12/2019 | |
7.2.0 | 1,953 | 10/8/2019 | |
7.1.0 | 2,006 | 8/15/2019 | |
7.0.0 | 1,894 | 7/11/2019 | |
6.5.3 | 2,751 | 7/9/2019 | |
6.5.2 | 1,899 | 5/28/2019 | |
6.5.1 | 2,900 | 4/16/2019 | |
6.5.0.1 | 1,708 | 4/3/2019 | |
6.5.0 | 1,797 | 2/28/2019 | |
6.4.1 | 4,224 | 11/26/2018 | |
6.4.0 | 5,805 | 10/15/2018 | |
6.3.0 | 9,477 | 8/16/2018 | |
6.2.0 | 2,472 | 6/29/2018 | |
6.1.0 | 2,517 | 5/16/2018 | |
6.0.0 | 3,043 | 3/30/2018 | |
5.2.0 | 3,495 | 9/19/2017 | |
5.1.0 | 3,042 | 5/25/2017 | |
5.0.0 | 2,442 | 3/7/2017 | |
4.3.0 | 2,577 | 10/13/2016 | |
4.2.0 | 8,782 | 8/5/2016 |
- Refactored most modules to provide a flexible barcode reading framework that allows for parameter customization suited for a variety of barcode scenarios.
- Enabled access to intermediate results (grayscale image, binarized image, text zone, etc) during the decoding process.
- Added new interfaces to support video decoding, and frame decoding to improve interactive sensitivity.
- Provided methods to terminate the decoding process at different phases such as during binarization, localization or barcode type identification.
- Added a new barcode localization method, Scan Directly, to reduce decoding time significantly for high-quality images.
- Enhanced error messages related to the license initiation failure.
- Improved detailed results for decoded barcodes, including more barcode format specification.
- Improved results output to enable outputting barcode results in the order of confidence level, barcode position or format.
- Fixed an issue where the barcode could be calculated incorrectly in some occasions.