Aspose.BarCode
22.7.0
Install-Package Aspose.BarCode -Version 22.7.0
dotnet add package Aspose.BarCode --version 22.7.0
<PackageReference Include="Aspose.BarCode" Version="22.7.0" />
paket add Aspose.BarCode --version 22.7.0
#r "nuget: Aspose.BarCode, 22.7.0"
// Install Aspose.BarCode as a Cake Addin
#addin nuget:?package=Aspose.BarCode&version=22.7.0
// Install Aspose.BarCode as a Cake Tool
#tool nuget:?package=Aspose.BarCode&version=22.7.0
Barcode Generation & Recognition Library for .NET Apps
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Aspose.BarCode for .NET doesn't just create or recognize barcodes but it provides a complete framework to control almost everything about barcodes. Developers can customization the barcode's appearance including bar height, color, margins, borders, and so on. While scanning for barcodes, developers can specify the area where a barcode can be found as well as direct the engine to look for rotated barcodes.
What is Aspose.BarCode for .NET?
Aspose.BarCode for .NET is a set of barcode generation, recognition, and conversion components that you can use to enhance your .NET applications, supporting Windows Forms, WPF as well as ASP.NET. Works with 60+ symbologies, including, numeric, alpha-numeric, and 2D symbologies. Using Aspose.BarCode on premise API, your applications will be able to customize the physical appearance as well as the formatting of barcodes without installing any 3rd party software. Supported formats include, JPEG, TIFF, EXIF, SVG, PNG, BMP and more.
Aspose.BarCode for .NET works great in scanning and recognizing barcodes symbologies (e.g. 1D, MacroPDF417, Datamatrix, etc.) and images. It also recognizes multiple barcode symbologies used within a single image. Aspose.BarCode for .NET also helps you in increasing the barcode detection speed via multi-threading. You can also detect orientation of the barcode as well as if the barcode is readable or not (for selected symbologies only).
Aspose.BarCode for .NET is written completely in C# and consists of just a single assembly without any dependencies (except on the .NET Framework itself). Aspose.BarCode for .NET supports all versions of the Microsoft .NET Framework from 2.0 to 4.8. It is also in compliance with the .NET Standard 2.0.
You can also take advantage of our barcode generator plugins for Microsoft Dynamics CRM as well as Sitefinity.
Barcode API Features
- Generate & recognize 40+ barcode symbologies with just a few lines of code.
- Read 1D & 2D barcodes at any angle.
- Easily print barcode labels to physical or virtual printers.
- Support for barcode supplement data and checksum.
- Optimized code128 encoding.
- Specify the image area to scan the barcode.
- Create device resolution dependent images.
Supported Symbologies for Barcode Generation & Recognition
- BarCode Supplement
- BooklandEAN
- Codabar
- Code11
- Code128
- Code39 Extended
- Code39 Standard
- Code93 Extended
- Code93 Standard
- Datamatrix
- Deutsche Post Identcode
- EAN128
- EAN13
- EAN14(SCC14)
- EAN8
- Interleaved2of5
- ITF14
- Matrix 2 of 5
- MSI
- PDF417
- Planet
- Postnet
- PZN (Pharma Zentral Nummer, Pharmazentralnummer barcode)
- QR
- SSCC18
- Standard2of5
- Swiss QR
- UPCA
- UPCE
Supported Symbologies for Barcode Generation Only
- Australia Post
- Aztec
Barcode Generation & Recognition Formats
Images: JPEG, TIFF, PNG, BMP, GIF, EXIF
Save BarCode Labels As
Images: EMF, SVG
Platform Independence
Aspose.BarCode for .NET can easily be used in any .NET 32-bit or 64-bit application, including, WinForms, WPF, ASP.NET, and .NET core. In short, you can develop apps using Aspose.BarCode for .NET where the .NET framework is available.
Get Started
Are you ready to give Aspose.BarCode for .NET a try? Simply execute Install-Package Aspose.BarCode
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.BarCode for .NET and want to upgrade the version, please execute Update-Package Aspose.BarCode
to get the latest version.
Generate a Barcode Label with Code128
Try the following snippet to see how Aspose.BarCode API performs in your environment or check the GitHub Repository for other common usage scenarios.
// instantiate object and set different barcode properties
BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.Code128, "1234567");
generator.Parameters.Barcode.XDimension.Millimeters = 1 f;
// save the image to your system and set its image format to Jpeg
generator.Save(dir + "output.jpg", BarCodeImageFormat.Jpeg);
Hide Barcode Text from the PNG Label via C# Code
Aspose.BarCode for .NET allows you to customize various properties of barcodes, such as borders, color, type, bar height as well as barcode text. The following example shows, how simple it is to hide the barcode text using C#.
string codeText = "This text is hidden.\n" + "This text is hidden.\n";;
// instantiate barcode object and set CodeText, Symbology , and CodeLocation
BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.DataMatrix, codeText);
generator.Parameters.Barcode.CodeTextParameters.Location = CodeLocation.None;
generator.Save(dir + "output.png", BarCodeImageFormat.Png);
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
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 |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net20 net30 net35 net35-client net40 net40-client net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 3.5 Client
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.0 Client
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.0
- System.Drawing.Common (>= 5.0.2)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
.NETStandard 2.1
- System.Drawing.Common (>= 5.0.2)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
net5.0
- System.Drawing.Common (>= 5.0.2)
- System.Text.Encoding.CodePages (>= 5.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Aspose.BarCode:
Package | Downloads |
---|---|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications. |
|
Tharga.Reporter
Create and manage XML templates for print and PDF output. |
|
Ppr.DocumentGenerator
Обертки к сервисам Aspose |
|
TDocumentGeneration
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Aspose.BarCode:
Repository | Stars |
---|---|
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
|
Version | Downloads | Last updated |
---|---|---|
22.7.0 | 1,904 | 7/26/2022 |
22.6.0 | 8,088 | 6/25/2022 |
22.5.0 | 7,360 | 5/20/2022 |
22.4.0 | 6,042 | 4/29/2022 |
22.3.0 | 10,096 | 3/26/2022 |
22.2.0 | 15,867 | 2/26/2022 |
22.1.0 | 14,418 | 1/26/2022 |
21.12.0 | 24,635 | 12/19/2021 |
21.11.0 | 11,412 | 11/18/2021 |
21.10.0 | 10,769 | 10/19/2021 |
21.9.0 | 9,032 | 9/17/2021 |
21.8.0 | 12,992 | 8/20/2021 |
21.7.0 | 19,188 | 7/18/2021 |
21.6.0 | 6,720 | 6/20/2021 |
21.5.0 | 5,835 | 5/19/2021 |
21.4.0 | 13,082 | 4/20/2021 |
21.3.0 | 27,971 | 3/18/2021 |
21.2.0 | 10,852 | 2/17/2021 |
21.1.0 | 16,473 | 1/22/2021 |
20.12.0 | 25,802 | 12/17/2020 |
20.11.0 | 28,481 | 11/19/2020 |
20.10.0 | 32,537 | 10/23/2020 |
20.9.0 | 12,873 | 9/25/2020 |
20.8.0 | 5,837 | 8/27/2020 |
20.7.0 | 10,483 | 7/28/2020 |
20.6.0 | 18,264 | 6/26/2020 |
20.4.0 | 21,286 | 4/23/2020 |
20.3.0 | 8,901 | 3/24/2020 |
20.2.0 | 8,686 | 2/23/2020 |
20.1.0 | 4,345 | 1/24/2020 |
19.12.0 | 34,172 | 12/23/2019 |
19.11.0 | 11,258 | 11/19/2019 |
19.10.0 | 6,666 | 10/23/2019 |
19.9.0 | 29,408 | 9/17/2019 |
19.8.0 | 4,474 | 8/15/2019 |
19.7.0 | 1,977 | 7/25/2019 |
19.6.1 | 1,246 | 7/6/2019 |
19.5.0 | 3,377 | 5/24/2019 |
19.4.0 | 82,369 | 4/11/2019 |
19.3.0 | 4,257 | 3/19/2019 |
19.2.1 | 1,394 | 3/15/2019 |
19.1.1 | 1,340 | 3/15/2019 |
18.12.1 | 4,387 | 3/15/2019 |
18.11.1 | 582 | 3/15/2019 |
18.10.1 | 664 | 3/15/2019 |
18.9.1 | 643 | 3/15/2019 |
18.8.0 | 5,502 | 8/30/2018 |
18.7.0 | 4,861 | 7/17/2018 |
18.6.0 | 5,343 | 6/14/2018 |
18.5.0 | 2,412 | 5/18/2018 |
18.4.0 | 2,355 | 5/2/2018 |
18.3.0 | 7,793 | 3/20/2018 |
18.2.0 | 10,203 | 2/18/2018 |
18.1.0 | 12,308 | 1/10/2018 |
17.12.0 | 14,562 | 12/4/2017 |
17.11.0 | 2,820 | 11/8/2017 |
17.10.0 | 1,395 | 10/19/2017 |
17.9.0 | 1,363 | 9/28/2017 |
17.8.0 | 3,160 | 8/31/2017 |
17.7.0 | 2,722 | 7/27/2017 |
17.6.0 | 2,649 | 7/3/2017 |
17.5.0 | 1,832 | 6/1/2017 |
17.4.0 | 8,853 | 5/1/2017 |
17.3.0.1 | 2,224 | 4/6/2017 |
17.3.0 | 1,947 | 3/30/2017 |
17.2.0 | 3,476 | 3/1/2017 |
17.1.0 | 3,426 | 2/4/2017 |
16.12.1 | 2,746 | 12/13/2016 |
16.12.0 | 1,166 | 12/7/2016 |
16.11.0 | 6,112 | 11/4/2016 |
16.10.0 | 5,641 | 10/5/2016 |
8.2.1 | 9,485 | 9/5/2016 |
8.2.0 | 1,205 | 8/27/2016 |
8.1.0 | 6,186 | 7/20/2016 |
8.0.0 | 7,035 | 6/13/2016 |
7.9.0 | 35,805 | 4/25/2016 |
7.8.0 | 1,463 | 3/28/2016 |
7.7.0 | 5,059 | 2/1/2016 |
7.6.1 | 85,731 | 12/24/2015 |
7.6.0 | 1,180 | 12/16/2015 |
7.5.0 | 7,322 | 11/24/2015 |
7.4.0 | 1,498 | 10/23/2015 |
7.3.0 | 1,895 | 9/22/2015 |
7.2.0 | 13,127 | 8/20/2015 |
7.1.0 | 12,528 | 7/17/2015 |
7.0.0 | 2,090 | 6/9/2015 |
6.9.0 | 8,830 | 4/24/2015 |
6.8.0 | 5,218 | 2/6/2015 |
6.7.0 | 1,552 | 12/31/2014 |
6.6.0 | 2,931 | 11/12/2014 |
6.5.0 | 1,887 | 9/8/2014 |
6.4.0 | 3,105 | 7/3/2014 |
6.3.0 | 3,648 | 5/31/2014 |
6.2.0 | 2,337 | 4/30/2014 |
6.1.0 | 2,933 | 3/19/2014 |
6.0.0 | 5,988 | 12/31/2013 |
5.9.0 | 1,831 | 11/29/2013 |
5.8.0 | 15,334 | 10/23/2013 |
5.7.0 | 1,963 | 9/2/2013 |
5.6.2 | 2,006 | 7/29/2013 |
5.6.1.1 | 1,372 | 7/18/2013 |
5.6.1 | 1,721 | 7/17/2013 |
5.6.0 | 1,590 | 7/9/2013 |
5.5.0 | 1,952 | 4/3/2013 |
5.4.0 | 2,320 | 2/5/2013 |
5.3.0 | 17,379 | 12/28/2012 |
5.2.0 | 1,817 | 11/20/2012 |
5.1.0 | 6,769 | 10/8/2012 |
5.0.0 | 1,609 | 8/29/2012 |
4.9.0 | 1,582 | 7/19/2012 |
4.8.0 | 1,771 | 6/4/2012 |
4.7.0 | 1,554 | 4/18/2012 |
4.6.0 | 2,969 | 2/25/2012 |
4.5.0.1 | 1,518 | 2/16/2012 |
4.5.0 | 35,830 | 1/24/2012 |