![]() |
VOOZH | about |
dotnet add package BarCode.Android --version 2026.6.2
NuGet\Install-Package BarCode.Android -Version 2026.6.2
<PackageReference Include="BarCode.Android" Version="2026.6.2" />
<PackageVersion Include="BarCode.Android" Version="2026.6.2" />Directory.Packages.props
<PackageReference Include="BarCode.Android" />Project file
paket add BarCode.Android --version 2026.6.2
#r "nuget: BarCode.Android, 2026.6.2"
#:package BarCode.Android@2026.6.2
#addin nuget:?package=BarCode.Android&version=2026.6.2Install as a Cake Addin
#tool nuget:?package=BarCode.Android&version=2026.6.2Install as a Cake Tool
👁 Nuget
👁 Installs
👁 Passed
👁 windows
👁 macOS
👁 linux
👁 docker
👁 aws
👁 microsoftazure
👁 livechat
👁 IronBarcode NuGet Trial Banner Image
PM> Install-Package BarCode
using IronBarCode;
// Creating a barcode is as simple as:
var myBarcode = BarcodeWriter.CreateBarcode("1234567", BarcodeWriterEncoding.EAN8);
// After creating a barcode, we may choose to resize and save which is easily done with:
myBarcode.ResizeTo(400, 100);
myBarcode.SaveAsImage("myBarcodeResized.jpeg");
// Reading a barcode is easy with IronBarcode:
var resultFromFile = BarcodeReader.Read("myBarcodeResized.jpeg");
Dive deeper with our extensive documentation and examples:
Tutorials: Step-by-step guides to help you build your first Barcode application.
Code Examples: Practical examples of executable code for common tasks.
How-To Guides: Practical, goal-oriented instructions to solve specific problems.
Demo: Demonstrating guides that showcase how IronBarcode works the way it does.
API Reference: Detailed technical descriptions of the API and its components.
Read Barcode: Reliably scan and decode barcode from from images and PDFs, including those of poor quality.
Generate Barcode: Create and customize barcode with full control over size, color, and text. Export your generated barcode to multiple formats, including images and PDF.
Barcode Types: Comprehensive support for dozens of standard barcode formats including Code 39/128, QR Code, etc., for both reading and writing.
Preprocessing: Improve barcode reading accuracy with a suite of image preprocessing filters including color correction and noise reduction.
Supported Applications: Perfect for a wide range of applications including web apps and mobile apps.
Platforms: .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, Core 2x & 3x, Standard 2
Framework: .NET Framework 4.6.2 (and above)
App Models: Console, Web, and Desktop Apps
Operating Systems: Windows, macOS, Linux (Debian, CentOS, Ubuntu), iOS, Android
IDEs: Microsoft Visual Studio or Jetbrains ReSharper & Rider
👁 IronBarcode Cross Platform Compatibility Support Image
IronBarcode is a commercially licensed product.
Trial License: Get a free developer key to evaluate the full library with no commitment. Ideal for development and testing purposes. Start your trial HERE.
Purchase a License: Unlock the library for use in commercial projects and get access to our full technical support. Purchase your license HERE.
Have a question or running into an issue?
Email Support: Reach out to our team directly at support@ironsoftware.com.
Live Chat Support: https://ironsoftware.com/csharp/barcode/#helpscout-support
Report a Bug: https://ironsoftware.com/ticket-submission/
Community: https://ironsoftware.com/company/iron-slack-community/
Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.6.2 | 120 | 5/26/2026 |
| 2026.5.2 | 175 | 4/29/2026 |
| 2026.4.2 | 222 | 3/27/2026 |
| 2026.3.6 | 236 | 2/27/2026 |
| 2026.2.1 | 232 | 2/17/2026 |
| 2026.1.8 | 246 | 2/9/2026 |
| 2025.12.6 | 355 | 12/26/2025 |
| 2025.11.4 | 489 | 11/10/2025 |
| 2025.10.4 | 481 | 10/8/2025 |
| 2025.9.5 | 484 | 9/2/2025 |
| 2025.8.5 | 494 | 8/14/2025 |
| 2025.7.29 | 845 | 7/24/2025 |
| 2025.6.7 | 522 | 6/17/2025 |
| 2025.5.8 | 620 | 5/13/2025 |
| 2025.4.2 | 656 | 4/8/2025 |
| 2025.3.4 | 699 | 3/5/2025 |
| 2025.2.11 | 602 | 2/3/2025 |
Dependency Updates:
- Updates internal dependencies.