VOOZH about

URL: https://www.nuget.org/packages/BarcodeLib/

⇱ NuGet Gallery | BarcodeLib 3.1.5




👁 Image
BarcodeLib 3.1.5

dotnet add package BarcodeLib --version 3.1.5
 
 
NuGet\Install-Package BarcodeLib -Version 3.1.5
 
 
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="BarcodeLib" Version="3.1.5" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BarcodeLib" Version="3.1.5" />
 
Directory.Packages.props
<PackageReference Include="BarcodeLib" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BarcodeLib --version 3.1.5
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BarcodeLib, 3.1.5"
 
 
#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.
#:package BarcodeLib@3.1.5
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BarcodeLib&version=3.1.5
 
Install as a Cake Addin
#tool nuget:?package=BarcodeLib&version=3.1.5
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

barcodelib 👁 Barcode CI
👁 NuGet

Overview

This library was designed to give an easy class for developers to use when they need to generate barcode images from a string of data.

Supported Symbology List
Code 128 Code 93 Code 39 (Extended / Full ASCII)
Code11 EAN-8 FIM (Facing Identification Mark)
UPC-A UPC-E Pharmacode
MSI PostNet Standard 2 of 5
ISBN Codabar Interleaved 2 of 5
ITF-14 Telepen UPC Supplemental 2
JAN-13 EAN-13 UPC Supplemental 5
IATA2of5

Usage

The library contains a class called Barcode with three constructors:

Barcode();
Barcode(string);
Barcode(string, Type);

If you decide to create an instance with parameters, the parameters are as follows: the string is the data to be encoded into the barcode, and Type is the symbology to encode the data with. If you do not choose to specify the data and type at the time the instance is created, you may specify them through the appropriate property later on (but before you encode).

Example

var b = new Barcode();
b.IncludeLabel = true;
var img = b.Encode(Type.UpcA, "038000356216", SKColors.Black, SKColors.White, 290, 120);

Support

If you find this or any of my software useful and decide its worth supporting. You can do so here: 👁 Donate

Copyright and license

Copyright 2007-2025 Brad Barnhill. Code released under the Apache License, Version 2.0.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (40)

Showing the top 5 NuGet packages that depend on BarcodeLib:

Package Downloads
BoldReports.CRI.Barcode

The Bold Reports Barcode extension by Syncfusion is a server-side helper package to generate the barcodes in RDL reports. This helper package supports to generate one dimensional and two dimensional barcodes in Report Designer and ReportViewer controls with ASP.NET Core, ASP.NET, ASP.NET MVC, Angular, and JavaScript platforms. Learn more: https://www.boldreports.com/?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). © Copyright 2026 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.

iCom

iCom integrates a variety of specific operation classes, such as: Cookie, Items, Cache, Form, DbContext, DbDynamic, DbConn, SqlQuery, FileUtil, FileUpload, Crypto, BarCode, StringUtil, TypeConvert, SortList, DateUtil, RegexUtil, Environal, ReflectUtil, HttpClient, ImageUtil, XmlUtil, ZipPackage, WordUtil, ExcelUtil, PdfUtil, PinyinConvert, PdfToImageConverter, JsonConfig, XmlConfig, ObjectCopy, TagHelper, SkipUrlMiddleware and so on. // HttpContext Called in the ConfigureServices method services.AddContextAccessor(); // Called in the Configure method app.UseHttpContext(); // EfCore Called in the ConfigureServices method // Application Assembly var assembly = Assembly.GetExecutingAssembly(); // Register Database Models services.AddDbContext(assembly); // Auto Update Database services.AddMigrate(); // Register All Services services.AddService(assembly);

Ratku.FrameWork.Web

杭州柒数信息科技有限公司 @2022

BoldReports.WPF.Extensions.BarcodeCRI

The Bold Reports extensions by Syncfusion is a server-side helper package generate the custom barcode assembly using BarcodeLib. This helper package supports to generate and add barcodes in RDL reports. Learn more: https://www.boldreports.com?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). © Copyright 2026 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.

EasyKeys.Extensions.Images

Package Description

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on BarcodeLib:

Repository Stars
ZeusAutomacao/DFe.NET
Biblioteca para Geração de NFe(2.0, 3.10 e 4.0) e NFCe(3.10 e 4.0) e consumo dos serviços necessários à sua manutenção, conforme descritos em http://www.nfe.fazenda.gov.br/portal/principal.aspx
majorsilence/Reporting
Majorsilence Reporting, .NET report designer, viewer, and pdf creation.
Hercules-NET/ZeusFiscal
A Principal Biblioteca em C# para Emissão e Impressão de NFe, NFCe, MDF-e e CT-e
Version Downloads Last Updated
3.1.5 629,971 3/11/2025
3.1.4 639,155 8/17/2024
3.1.3 883,342 6/16/2024 3.1.3 is deprecated because it is no longer maintained and has critical bugs.
3.1.2 60,262 5/24/2024 3.1.2 is deprecated because it is no longer maintained and has critical bugs.
3.1.1 90,813 5/3/2024 3.1.1 is deprecated because it is no longer maintained and has critical bugs.
3.1.0 25,638 4/28/2024 3.1.0 is deprecated because it is no longer maintained.
3.0.4 3,709 4/27/2024 3.0.4 is deprecated because it is no longer maintained.
3.0.3 431,648 10/18/2023 3.0.3 is deprecated because it is no longer maintained.
3.0.2 33,779 9/21/2023 3.0.2 is deprecated because it is no longer maintained.
3.0.1 3,853 9/21/2023 3.0.1 is deprecated because it is no longer maintained.
3.0.0 204,234 5/28/2023 3.0.0 is deprecated because it is no longer maintained.
2.4.0 2,223,581 5/9/2021 2.4.0 is deprecated because it is no longer maintained.
2.3.0 303,496 2/20/2021 2.3.0 is deprecated because it is no longer maintained.
2.2.10 216,995 1/17/2021 2.2.10 is deprecated because it is no longer maintained.
2.2.9 72,797 12/6/2020 2.2.9 is deprecated because it has critical bugs.
2.2.8 11,478 12/2/2020 2.2.8 is deprecated because it has critical bugs.
2.2.7 6,068 11/30/2020 2.2.7 is deprecated because it has critical bugs.
2.2.6 206,188 8/20/2020 2.2.6 is deprecated because it has critical bugs.
2.2.5 454,438 2/23/2020 2.2.5 is deprecated because it has critical bugs.
2.2.4 5,818 2/23/2020 2.2.4 is deprecated because it has critical bugs.
Loading failed