Dynamsoft.DotNet.Barcode 8.4.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.4.0
NuGet\Install-Package Dynamsoft.DotNet.Barcode -Version 8.4.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.4.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.4.0
#r "nuget: Dynamsoft.DotNet.Barcode, 8.4.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.4.0

// Install Dynamsoft.DotNet.Barcode as a Cake Tool
#tool nuget:?package=Dynamsoft.DotNet.Barcode&version=8.4.0

What You Should Know About Dynamsoft Barcode SDK

  • alternate text is missing from this package README image
  • alternate text is missing from this package README image

API Reference

https://www.dynamsoft.com/barcode-reader/programming/dotnet/

Sample Code

https://github.com/Dynamsoft/Dynamsoft-Barcode-Reader

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 923 3/14/2024
9.6.30 20,700 8/29/2023
9.6.20 25,076 3/16/2023
9.6.10 7,327 1/10/2023
9.6.0.1 2,942 11/29/2022
9.6.0 2,012 11/29/2022
9.4.0 8,505 8/30/2022
9.2.0 2,794 6/7/2022
9.0.0 3,060 3/16/2022
8.8.0 7,935 10/13/2021
8.6.0 6,610 7/16/2021
8.4.0 5,300 6/9/2021
8.2.0 2,313 3/17/2021
8.1.2 1,829 1/22/2021
8.1.0 1,119 1/12/2021
8.0.0 1,400 11/18/2020
7.6.0 3,471 9/1/2020
7.5.0 1,779 7/23/2020
7.4.0 2,636 4/16/2020
7.3.0 2,170 1/2/2020
7.2.2 4,207 11/14/2019
7.2.1 1,710 11/12/2019
7.2.0 1,742 10/8/2019
7.1.0 1,815 8/15/2019
7.0.0 1,741 7/11/2019
6.5.3 2,542 7/9/2019
6.5.2 1,757 5/28/2019
6.5.1 2,713 4/16/2019
6.5.0.1 1,540 4/3/2019
6.5.0 1,633 2/28/2019
6.4.1 4,028 11/26/2018
6.4.0 5,580 10/15/2018
6.3.0 9,242 8/16/2018
6.2.0 2,190 6/29/2018
6.1.0 2,265 5/16/2018
6.0.0 2,718 3/30/2018
5.2.0 3,133 9/19/2017
5.1.0 2,452 5/25/2017
5.0.0 2,169 3/7/2017
4.3.0 2,311 10/13/2016
4.2.0 8,332 8/5/2016

Added:

Added a new method [`GetIdleInstancesCount`](link) to return the number of available instances when using the ‘per concurrent instance’ licensing model.

Added the [`organizationID`](link) property for license authentication.

Added new attributes [`isMirrored`](link) and [`isDPM`](link) to the `TextResult` class. `IsMirrored` returns whether the barcode is mirrored and `isDPM` returns whether the result is recognized as a [`DPM`](link) code.  

Added a new argument, `ThresholdCompensation`, to the `BinarizationModes` mode arguments.  

Improved:

Faster recognition speeds when detecting dense QR Codes.  

Improved the performance of boundary identification for DataMatrix codes.  

Deprecated:

ThreshValueCoefficient is now deprecated. It still works in this version but could be removed in the near future. We recommend using ThresholdCompensation instead.  

Fixed:

Fixed a bug that may cause the error “Failed to get the address of DBR_CreateInstance” when initializing DBR.

Fixed an issue when [`handShakeCode`](link) is not set when calling initLicenseFromLTS.  

Fixed a potential memory leak.  

Replaced the static library with a dynamic library to avoid compatibility issues with other Dynamsoft products or third-party libraries.