FreeSpire.Barcode 6.1.0

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

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

.NET Library for Barcode Generation and Recognition

Foo

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.

Barcode Types Generate Barcode Scan Barcode
CODE 25 × ×
CODABAR
CODE 11
INTERLEAVED 25 × ×
CODE 39
CODE 39 EXTENDED
CODE 93
CODE 93 EXTENDED
CODE 128
EAN 8
EAN 13
EAN 128 ×
EAN 14
SCC 14
SSCC 18 × ×
ITF 14 × ×
ITF 6 × ×
UPCA × ×
UPCE × ×
POST NET ×
SINGAPORE POST 4 STATE × ×
PLANET × ×
MSI × ×
RSS 14 × ×
RSS 14 TRUNCATED × ×
RSS LIMITED × ×
RSS EXPANDED × ×
USPS × ×
SWISS POST PARCEL × ×
PZN × ×
OPC × ×
DEUTSCHE POST IDENTCODE × ×
DEUTSCHE POST LEITCODE × ×
ROYAL MAIL 4 STATE × ×
DATA MATRIX × ×
QR CODE ×
PDF 417 × ×
PDF 417 MACRO × ×

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework 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. 
MonoAndroid monoandroid is compatible. 
Xamarin.iOS xamarinios is compatible. 
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
6.6.0 35,784 7/28/2022
6.1.0 6,039 1/28/2022
2.3.0 60,591 7/4/2018
1.4.0 9,673 5/15/2017