Spire.Barcode 7.2.0

.NET 6.0 .NET Core 2.0 .NET Framework 4.0
dotnet add package Spire.Barcode --version 7.2.0
NuGet\Install-Package Spire.Barcode -Version 7.2.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="Spire.Barcode" Version="7.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spire.Barcode --version 7.2.0
#r "nuget: Spire.Barcode, 7.2.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 Spire.Barcode as a Cake Addin
#addin nuget:?package=Spire.Barcode&version=7.2.0

// Install Spire.Barcode as a Cake Tool
#tool nuget:?package=Spire.Barcode&version=7.2.0

.NET Library for Barcode Generation and Recognition

Foo

Product Page | Tutorials | Demos | API Reference | Samples | Forum | Customized Demo

Spire.Barcode for .NET is a professional barcode library specially designed for .NET developers ( C#, VB.NET, ASP.NET, .NET Core, .Net Standard, .NET 5.0, MonoAndroid, Xamarin.iOS ) to generate, read and scan 1D & 2D barcodes. Developers and programmers can use Spire.Barcode to add Enterprise-Level barcode formats to their .net applications quickly and easily.

Spire.Barcode for .NET provides a very easy way to integrate barcode processing. With just one line of code to create, read 1D & 2D barcode, Spire.Barcode supports variable common image formats, such as Bitmap, JPG, PNG, EMF, TIFF, GIF and WMF.

Supported Symbiology for Spire.Barcode

Spire.Barcode for .NET supports rich Barcode type, more than 39 different barcodes.

  • Code bar Barcode
  • Code 1 of 1 Barcode
  • Standard 2 of 5 barcode
  • Interleaved 2 of 5 barcode
  • Code 3 of 9 barcode
  • Extended Code 3 of 9 barcode
  • Code 9 of 3 Barcode
  • Extended Code 9 of 3 Barcode
  • Code 128 barcode.
  • EAN-8 barcode.
  • EAN-13 barcode.
  • EAN-128 barcode.
  • EAN-14 barcode
  • SCC14 barcode.
  • SSCC18 barcode.
  • ITF14 Barcode.
  • ITF-6 Barcode.
  • UPCA barcode.
  • UPCE barcode.
  • Postnet barcode.
  • Planet barcode.
  • MSI barcode.
  • 2D Barcode DataMatrix
  • QR Code barcode.
  • Pdf417 barcode.
  • Pdf417 Macro barcode.
  • RSS14 barcode.
  • RSS-14 Truncated barcode.
  • RSS Limited Barcode
  • RSS Expanded Barcode
  • USPS OneCode barcode.
  • Swiss Post Parcel Barcode.
  • PZN Barcode
  • OPC(Optical Product Code) Barcode.
  • Deutschen Post Barcode.
  • Deutsche Post Leitcode Barcode
  • Royal Mail 4-state Customer Code Barcode.
  • Singapore Post Barcode.
  • Aztec Barcode

Main Functions

● Robust Barcode Recognition and Generation 1D & 2D Barcode

Developers can read most often used Linear, 2D and Postal barcodes, detecting them anywhere, with any orientation.

● High performance for generating and reading barcode image

Developers can create barcode images in any desired output image format like Bitmap, JPG, PNG, EMF, TIFF, GIF and WMF.

● Superior performance support for reading and writing barcode

Developers can easily set barcode image borders, border colors, style, margins and width. You can also rotate barcode images to any angle and produce high quality barcode images.

Easy and Powerful Integration

Spire.Barcode for .NET can be easily integrated into any .net applications. There are two main ways to integrate Spire.Barcode in .NET applications, API Mode and library Mode.

API Mode

● API Mode is just one line of code to create, recognize barcode.

Library Mode

● Library Mode use Visual way to create barcode, then drag Spire.Barcode library to your .NET Windows or ASP.NET Form. No more code needs.

How to Use

Create Code39 barcodes in C#

The following contents will show you how to use Spire.Barcode to create Code39 barcode. It supports 43 characters, consisting of uppercase letters (A through Z), numeric digits (0 through 9) and a number of special characters (, -, $, /, +, %, and space). Usually Code39 starts and ends with “”.

using Spire.Barcode;

namespace Code39
{
    class Program
    {
        static void Main(string[] args)
        {
         BarcodeSettings bs = new BarcodeSettings();      
         
         bs.Type = BarCodeType.Code39;
         bs.Data = "*ABC 12345* ";

         BarCodeGenerator bg = new BarCodeGenerator(bs);

         bg.GenerateImage().Save("Code39Code.png");
         System.Diagnostics.Process.Start("Code39Code.png");
        }
    }
}

Product Page | Tutorials | Demos | API Reference | | Samples | Forum | Customized Demo

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 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
Xamarin.iOS xamarinios
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Spire.Barcode:

Package Downloads
QinSoft.Common

QinSoft.Common 底层库

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.2.0 1,340 2/3/2023
6.8.0 9,319 8/31/2022
6.6.3 2,705 6/7/2022
6.3.1 3,628 3/31/2022
6.1.1 3,863 1/21/2022
6.1.0 913 1/5/2022
5.9.4 8,685 9/18/2021
5.7.1 4,581 7/13/2021
5.6.0 3,416 6/9/2021
5.5.0 4,721 5/28/2021
5.1.4 8,552 1/22/2021
5.1.0 612 1/15/2021
4.9.2 28,175 9/30/2020
4.5.1 7,894 5/26/2020
4.1.0 46,157 1/3/2020
3.5.0 34,331 5/17/2019
3.4.0 7,213 4/9/2019
3.1.1 7,430 1/28/2019
3.1.0 1,329 1/14/2019
2.10.0 4,301 10/19/2018
2.8.1 5,730 8/15/2018
2.8.0 1,024 8/10/2018
2.3.0 10,125 3/26/2018
1.4.11 10,296 11/1/2017
1.4.8 2,054 9/29/2017
1.4.0 16,697 5/11/2017
1.3.3 3,710 4/15/2017