Dynamsoft.DotNet.Barcode
8.8.0
See the version list below for details.
dotnet add package Dynamsoft.DotNet.Barcode --version 8.8.0
NuGet\Install-Package Dynamsoft.DotNet.Barcode -Version 8.8.0
<PackageReference Include="Dynamsoft.DotNet.Barcode" Version="8.8.0" />
paket add Dynamsoft.DotNet.Barcode --version 8.8.0
#r "nuget: Dynamsoft.DotNet.Barcode, 8.8.0"
// Install Dynamsoft.DotNet.Barcode as a Cake Addin
#addin nuget:?package=Dynamsoft.DotNet.Barcode&version=8.8.0
// Install Dynamsoft.DotNet.Barcode as a Cake Tool
#tool nuget:?package=Dynamsoft.DotNet.Barcode&version=8.8.0
Introduction
Dynamsoft's Barcode Reader SDK enables you to efficiently integrate barcode reading functionality into Web, desktop, or mobile applications using just a few lines of code. The enterprise-class barcode SDK can save you months of development time and extra costs. With Dynamsoft Barcode Reader, developers can create high-speed and reliable barcode scanner software to meet business needs.
What You Should Know About Dynamsoft Barcode SDK
API Reference
https://www.dynamsoft.com/barcode-reader/programming/dotnet/
Sample Code
https://github.com/Dynamsoft/Dynamsoft-Barcode-Reader
Release Notes
https://www.dynamsoft.com/barcode-reader/programming/dotnet/release-notes/?ver=latest
Specifications
Highlights
- Multi-thread barcode processing
- Reads multiple barcodes in one image
- Detects barcodes at any orientation and rotation angle
- Decodes barcodes from out-of-focus, blurred images
- Reads barcodes from low-quality images with preprocessing
Supported Barcode Types
- 1D barcodes: Code39, Code93, Code128, Codabar, ITF, EAN13, EAN8, UPCA, UPCE
- 2D barcodes: QR Code, DataMatrix, PDF417, Aztec Code, MaxiCode, DotCode, GS1 Composite Code, Patch Code, MSI code
- Postal Codes: USPS Intelligent Mail, Postnet, Planet, Australian Post, UK Royal Mail
Barcode Reading Results
- Barcode type
- Barcode count
- Barcode value as string
- Barcode raw data as bytes
- Barcode bounding rectangle
- Coordinate of four corners
- Page number
Supported Image Source Types
- Bmp, jpg, png, and tiff image files; multi-page tiff also supported
- Windows DIB and .NET bitmap
- Black/white, grayscale or color
Supported Platforms
Windows, Linux, macOS, Android, iOS, Web, Raspberry Pi
Supported Programming Language and Frameworks
- C/C++, C#, Java, Python, PHP, JavaScript, Objective-C, Swfit, and Kotlin
- Xamarin, React, and Cordova
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.20 | 2,812 | 3/16/2023 |
9.6.10 | 2,030 | 1/10/2023 |
9.6.0.1 | 757 | 11/29/2022 |
9.6.0 | 340 | 11/29/2022 |
9.4.0 | 2,727 | 8/30/2022 |
9.2.0 | 1,213 | 6/7/2022 |
9.0.0 | 1,345 | 3/16/2022 |
8.8.0 | 5,856 | 10/13/2021 |
8.6.0 | 4,693 | 7/16/2021 |
8.4.0 | 3,972 | 6/9/2021 |
8.2.0 | 889 | 3/17/2021 |
8.1.2 | 574 | 1/22/2021 |
8.1.0 | 420 | 1/12/2021 |
8.0.0 | 662 | 11/18/2020 |
7.6.0 | 2,219 | 9/1/2020 |
7.5.0 | 602 | 7/23/2020 |
7.4.0 | 1,583 | 4/16/2020 |
7.3.0 | 1,117 | 1/2/2020 |
7.2.2 | 2,897 | 11/14/2019 |
7.2.1 | 740 | 11/12/2019 |
7.2.0 | 806 | 10/8/2019 |
7.1.0 | 927 | 8/15/2019 |
7.0.0 | 782 | 7/11/2019 |
6.5.3 | 1,703 | 7/9/2019 |
6.5.2 | 722 | 5/28/2019 |
6.5.1 | 1,872 | 4/16/2019 |
6.5.0.1 | 653 | 4/3/2019 |
6.5.0 | 735 | 2/28/2019 |
6.4.1 | 3,154 | 11/26/2018 |
6.4.0 | 4,634 | 10/15/2018 |
6.3.0 | 8,331 | 8/16/2018 |
6.2.0 | 1,292 | 6/29/2018 |
6.1.0 | 1,421 | 5/16/2018 |
6.0.0 | 1,574 | 3/30/2018 |
5.2.0 | 1,973 | 9/19/2017 |
5.1.0 | 1,379 | 5/25/2017 |
5.0.0 | 1,155 | 3/7/2017 |
4.3.0 | 1,319 | 10/13/2016 |
4.2.0 | 7,168 | 8/5/2016 |
Breaking Change(s):
The default value of the parameter minResultConfidence is set to 30.
New:
Added a new LocalizationModes item LM_ONED_FAST_SCAN, which significantly improved the localization speed for 1D barcodes.
Improved:
Improved the confidence calculation algorithm for 2D barcode results. Users can get even more accurate results by configuring the confidence filter.
Improved the barcode reading speed by applying the localized barcodes filter. The barcodes will be filtered according to the parameters BarcodeHeightRangeArray, BarcodeWidthRangeArray, BarcodeAngleRangeArray and MinRatioOfBarcodeZoneWidthToHeight.
Updated the exception message when the full license is invalid or has expired.