Dynamsoft.NetCoreApp.Barcode
8.4.0
Package no longer supported. Please use package Dynamsoft.DotNet.Barcode instead.
See the version list below for details.
dotnet add package Dynamsoft.NetCoreApp.Barcode --version 8.4.0
NuGet\Install-Package Dynamsoft.NetCoreApp.Barcode -Version 8.4.0
<PackageReference Include="Dynamsoft.NetCoreApp.Barcode" Version="8.4.0" />
paket add Dynamsoft.NetCoreApp.Barcode --version 8.4.0
#r "nuget: Dynamsoft.NetCoreApp.Barcode, 8.4.0"
// Install Dynamsoft.NetCoreApp.Barcode as a Cake Addin
#addin nuget:?package=Dynamsoft.NetCoreApp.Barcode&version=8.4.0
// Install Dynamsoft.NetCoreApp.Barcode as a Cake Tool
#tool nuget:?package=Dynamsoft.NetCoreApp.Barcode&version=8.4.0
What You Should Know About Dynamsoft Barcode SDK
API Reference
https://www.dynamsoft.com/barcode-reader/programming/dotnet/
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.1 |
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.
Added a new method GetIdleInstancesCount to return the number of available instances when using the ‘per concurrent instance’ licensing model.
Added the organizationID property for license authentication.
Added new attributes isMirrored to the TextResult class. IsMirrored returns whether the barcode is mirrored.
Added a new argument, ThresholdCompensation, to the BinarizationModes mode arguments.
Faster recognition speeds when detecting dense QR Codes.
Improved the performance of boundary identification for DataMatrix codes.
ThreshValueCoefficient is now deprecated. It still works in this version but could be removed in the near future. We recommend using ThresholdCompensation instead.
Fixed a bug that may cause the error ‘Failed to get the address of DBR_CreateInstance’ when initializing DBR.
Fixed an issue that happens when calling initLicenseFromLTS if handShakeCode is not set.