Dynamsoft.DotNet.Barcode
9.2.0
Install-Package Dynamsoft.DotNet.Barcode -Version 9.2.0
dotnet add package Dynamsoft.DotNet.Barcode --version 9.2.0
<PackageReference Include="Dynamsoft.DotNet.Barcode" Version="9.2.0" />
paket add Dynamsoft.DotNet.Barcode --version 9.2.0
#r "nuget: Dynamsoft.DotNet.Barcode, 9.2.0"
// Install Dynamsoft.DotNet.Barcode as a Cake Addin
#addin nuget:?package=Dynamsoft.DotNet.Barcode&version=9.2.0
// Install Dynamsoft.DotNet.Barcode as a Cake Tool
#tool nuget:?package=Dynamsoft.DotNet.Barcode&version=9.2.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, Code11
- 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 |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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.0 | 333 | 6/7/2022 |
9.0.0 | 660 | 3/16/2022 |
8.8.0 | 3,052 | 10/13/2021 |
8.6.0 | 2,794 | 7/16/2021 |
8.4.0 | 3,791 | 6/9/2021 |
8.2.0 | 545 | 3/17/2021 |
8.1.2 | 407 | 1/22/2021 |
8.1.0 | 273 | 1/12/2021 |
8.0.0 | 498 | 11/18/2020 |
7.6.0 | 1,230 | 9/1/2020 |
7.5.0 | 452 | 7/23/2020 |
7.4.0 | 1,404 | 4/16/2020 |
7.3.0 | 901 | 1/2/2020 |
7.2.2 | 2,474 | 11/14/2019 |
7.2.1 | 533 | 11/12/2019 |
7.2.0 | 624 | 10/8/2019 |
7.1.0 | 772 | 8/15/2019 |
7.0.0 | 631 | 7/11/2019 |
6.5.3 | 1,550 | 7/9/2019 |
6.5.2 | 566 | 5/28/2019 |
6.5.1 | 1,532 | 4/16/2019 |
6.5.0.1 | 512 | 4/3/2019 |
6.5.0 | 576 | 2/28/2019 |
6.4.1 | 2,894 | 11/26/2018 |
6.4.0 | 4,469 | 10/15/2018 |
6.3.0 | 8,144 | 8/16/2018 |
6.2.0 | 1,114 | 6/29/2018 |
6.1.0 | 1,205 | 5/16/2018 |
6.0.0 | 1,404 | 3/30/2018 |
5.2.0 | 1,646 | 9/19/2017 |
5.1.0 | 1,193 | 5/25/2017 |
5.0.0 | 982 | 3/7/2017 |
4.3.0 | 1,152 | 10/13/2016 |
4.2.0 | 6,748 | 8/5/2016 |
Highlights
Barcode boundary-seeking algorithm is refactored to improve stability.
Pharmacode decoding is optimized to improve accuracy.
The function of device-alias is added to allow users to give each device a readable name. For end-users and administrators, this makes it more friendly to distinguish between devices about license usage statistics.
Changelog
New
Added a new method SetDeviceFriendlyName to set a human-readable name that identifies the device.