You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

BarCode.MacOs.ARM

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

BarCode.MacOs.ARM

IronBarcode for MacOs Apple Silicon - The C# Barcode & QR Library Quickstart guide: https://ironsoftware.com/csharp/barcode/ IronBarcode allows developers to read & write Barcodes and QR Codes within .NET Applications & websites. Reading or writing barcodes with IronBarcode only requires a single line of code. The .NET Barcode Library reads and writes most Barcode and QR standards. These include Code 39/93/128, UPC-A/E, EAN-8/13, ITF, Databar / Databar Expanded, Codabar, Aztec, Data Matrix, MaxiCode, PDF417, Plessey / MSI Plessey, Intelligent Mail, and QR / Micro QR / rMQR. The possible barcode result data types include text, binary data, page, and image file. The barcode reading engine includes automatic image correction and barcode detection technology to take the pain out of locating and reading from imperfect scans. Multithreading, cropping, and batch scanning provides fast and accurate scanning of multi-page documents. The barcode writing API checks and verifies format, length, number, checksum to automatically avoid encoding errors. The barcode writer allows for styling, resizing, margins, borders, recoloring, and adding text annotations. Can write to image, PDF or HTML file. Key library features include: * Read single or multiple barcodes and QR Codes from images or PDFs. * Image correction for skewing, orientation, noise, low resolution, contrast etc. * Create barcodes and apply to images or PDF documents. * Embed barcodes into HTML documents. * Style barcodes and add annotation text. * QR Code writing allows adding of logos, colors, and advanced QR alignment. IronBarcode can be used within C#, VB.NET, ASP .NET projects, MVC, Web Services, Console & Desktop Applications. Supports: * .NET Framework 4.6.2 + * .NET Core 2.0 + * .NET 5 * .NET 6 * .NET 7 * .NET 8 * .NET 9 Licensing & Support available for commercial deployments. For code examples, documentation & more visit https://ironsoftware.com/csharp/barcode/ For support please email us at support@ironsoftware.com

2025.7.29
nugetNuGet
Version published
Maintainers
1
Created
Source

IronBarcode is a library developed and maintained by Iron Software that helps C# Software Engineers to read & write Barcodes and QR Codes in .NET applications & websites. Reading or writing barcodes only requires a single line of code with IronBarcode.

Visit our website for a quick-start guide at https://ironsoftware.com/csharp/barcode/

C# Code Example

using IronBarCode;

// Creating a barcode is as simple as: var myBarcode = BarcodeWriter.CreateBarcode("12345", BarcodeWriterEncoding.EAN8);

// Reading a barcode is easy with IronBarcode: var resultFromFile = BarcodeReader.Read(@"file/barcode.png"); // From a file var resultFromPdf = BarcodeReader.ReadPdf(@"file/mydocument.pdf"); // From PDF use ReadPdf

// After creating a barcode, we may choose to resize and save which is easily done with: myBarcode.ResizeTo(400, 100); myBarcode.SaveAsImage("myBarcodeResized.jpeg");

Code Examples : https://ironsoftware.com/csharp/barcode/examples/barcode-quickstart/ API Reference : https://ironsoftware.com/csharp/barcode/object-reference/api/ Tutorials : https://ironsoftware.com/csharp/barcode/tutorials/reading-barcodes/ Licensing : https://ironsoftware.com/csharp/barcode/licensing/ Support : support@ironsoftware.com

Compatibility

  • C#, F#, and VB.NET
  • .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, Core 2x & 3x, Standard 2, and Framework 4x
  • Console, Web, and Desktop Apps
  • Windows, macOS, Linux (Debian, CentOS, Ubuntu), Docker, Azure, and AWS
  • Microsoft Visual Studio or Jetbrains ReSharper & Rider

Keywords

IRONBARCODE

FAQs

Package last updated on 24 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts