CapCognition.Net.BarcodeScanning 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package CapCognition.Net.BarcodeScanning --version 1.1.2
NuGet\Install-Package CapCognition.Net.BarcodeScanning -Version 1.1.2
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="CapCognition.Net.BarcodeScanning" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CapCognition.Net.BarcodeScanning --version 1.1.2
#r "nuget: CapCognition.Net.BarcodeScanning, 1.1.2"
#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 CapCognition.Net.BarcodeScanning as a Cake Addin
#addin nuget:?package=CapCognition.Net.BarcodeScanning&version=1.1.2

// Install CapCognition.Net.BarcodeScanning as a Cake Tool
#tool nuget:?package=CapCognition.Net.BarcodeScanning&version=1.1.2

Barcode and QR-Code Recognition

Recognizes 1D and 2D Barcodes.

Multibarcode recognition support (multiple barcodes per picture).

Display the recognized content as overlay.

Supported Formats:

  • Aztec
  • Codabar
  • Code39
  • Code93
  • Code128
  • DataMatrix
  • EAN8
  • EAN13
  • ITF
  • PDF417
  • QR Code
  • RSS14
  • RSSExpanded
  • UPC-A
  • UPC-E
  • UPC-EAN
  • MSI
  • Plessey
  • IMB

This library can be used as a trial version. The trial version will stop working or limit the functionality after a few recognitions and you have to restart your calling application.

The trial version can be used for testing and development purposes. The trial version is not intended for production use. The trial version can be used for as long as needed. For production use, a license must be purchased.

See .NET LTS examples at CapCognition

Support for the following platforms:

  • Windows x64
  • Windows x86
  • Linux 64 bit
  • Linux ARM 32 bit (ex. Raspberry OS)
  • Linux ARM 64 bit (ex. Raspberry OS)

Fixes in this version 1.1.2:

  • Successor library of CapCognition.BarcodeScanning.NET. Library names and code have been standardized and refactored.
  • Unused overlay interface removed
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.2.0 77 5/12/2024
1.1.2 94 4/7/2024

BarcodeScanning