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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
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.