FreeSpire.Barcode 2.3.0

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

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

.NET Library for Barcode Generation and Recognition

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

Free Spire.Barcode for .NET is a FREE and professional barcode API specially designed for .NET developers (C#, VB.NET, ASP.NET) to generate, read 1D & 2D barcodes. Developers and programmers can use Spire.Barcode to add Enterprise-Level barcode formats to their .net applications (ASP.NET, WinForms and Web Service) quickly and easily.

Supported Symbiology for Free Spire.Barcode

Free Spire.Barcode for .NET is a community edition of Spire.Barcode for .NET , which supports more barcode types and the scan speed has been improved significantly.

Generate Barcode
  • CODABAR
  • CODE 11
  • CODE 39
  • CODE 39 EXTENDED
  • CODE 93
  • CODE 93 EXTENDED
  • CODE 128
  • EAN 8
  • EAN 13
  • EAN 128
  • EAN 14
  • SCC 14
  • POST NET
  • QR CODE
Scan Barcode
  • CODABAR
  • CODE 11
  • CODE 39
  • CODE 39 EXTENDED
  • CODE 93
  • CODE 93 EXTENDED
  • CODE 128
  • EAN 8
  • EAN 13
  • EAN 14
  • SCC 14

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

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

API Mode

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

Component Mode

● Component 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 Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  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
6.6.0 37,627 7/28/2022
6.1.0 6,101 1/28/2022
2.3.0 61,114 7/4/2018
1.4.0 9,697 5/15/2017