![]() |
VOOZH | about |
dotnet add package Spire.Barcode --version 7.5.0
NuGet\Install-Package Spire.Barcode -Version 7.5.0
<PackageReference Include="Spire.Barcode" Version="7.5.0" />
<PackageVersion Include="Spire.Barcode" Version="7.5.0" />Directory.Packages.props
<PackageReference Include="Spire.Barcode" />Project file
paket add Spire.Barcode --version 7.5.0
#r "nuget: Spire.Barcode, 7.5.0"
#:package Spire.Barcode@7.5.0
#addin nuget:?package=Spire.Barcode&version=7.5.0Install as a Cake Addin
#tool nuget:?package=Spire.Barcode&version=7.5.0Install as a Cake Tool
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.
Spire.Barcode for .NET supports rich Barcode type, more than 39 different barcodes.
β 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.
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 is just one line of code to create, recognize barcode.
β 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.
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 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 is compatible. 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 is compatible. 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 | net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. 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 is compatible. 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. |
Showing the top 2 NuGet packages that depend on Spire.Barcode:
| Package | Downloads |
|---|---|
|
Spire.Office
Spire.Office for .NET is a combination of Enterprise-Level Office .NET components offered by E-iceblue. It includes Spire.Doc, Spire XLS, Spire.Presentation, Spire.PDF, Spire.DataExport, Spire.PDFViewer, Spire.DocViewer, Spire.Email and Spire.BarCode. Spire.Office contains the most up-to-date versions of the above .NET components. From Spire.Office 3.10.1, Spire.Office supports to work on .NET CoreοΌ.NET Standard, Xamarin. With Spire.Office for .NET, developers can create a wide range of applications. It enables developers to open, create, modify, convert, print, View MS Word, Excel, PowerPoint and PDF documents. Furthermore, it allows users to export data to popular files such as MS Word/Excel/RTF/Access, PowerPoint, PDF, XPS, HTML, XML, Text, CSV, DBF, Clipboard, SYLK, etc. As an independent Office .NET component, Spire.Office doesn't need Microsoft Office to be installed on neither the development nor target systems. In addition, it is a better alternative to MS Office Automation in terms of security, stability, scalability, speed, price and features. Spire.Office for .NET can be linked into any type of a 32-bit or 64-bit .NET application including ASP.NET, Web Services and WinForms for .NET Framework version 2.0 to 4.5, .NET Core, .NET standard 2.0 |
|
|
QinSoft.Common
QinSoft.Common εΊε±εΊ |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.5.0 | 11,386 | 12/18/2025 |
| 7.4.1 | 7,379 | 9/23/2025 |
| 7.4.0 | 19,276 | 3/28/2025 |
| 7.3.5 | 25,517 | 12/9/2024 |
| 7.3.3 | 51,619 | 8/8/2024 |
| 7.3.2 | 85,388 | 2/5/2024 |
| 7.3.0 | 6,547 | 12/12/2023 |
| 7.2.3 | 6,556 | 10/24/2023 |
| 7.2.0 | 21,797 | 2/3/2023 |
| 6.8.0 | 41,299 | 8/31/2022 |
| 6.6.3 | 4,658 | 6/7/2022 |
| 6.3.1 | 15,426 | 3/31/2022 |
| 6.1.1 | 22,011 | 1/21/2022 |
| 6.1.0 | 2,451 | 1/5/2022 |
| 5.9.4 | 21,147 | 9/18/2021 |
| 5.7.1 | 13,781 | 7/13/2021 |
| 5.6.0 | 4,999 | 6/9/2021 |
| 5.5.0 | 20,818 | 5/28/2021 |
| 5.1.4 | 16,295 | 1/22/2021 |
| 5.1.0 | 1,936 | 1/15/2021 |