VIDEOS

How to create Barcodes as Streams in C# Using IronBarcode

Jordi Bardia
Jordi Bardia
February 28, 2024
Share:


In this tutorial, we explore the process of creating barcodes as streams in C using the Iron Barcode library. Assuming Iron Barcode is installed on your machine, we dive straight into the coding process by importing the Iron Barcode namespace in our program.cs file. The tutorial demonstrates how to create a barcode containing the URL of Iron Barcode using the Data Matrix encoding scheme. Once the barcode is created, it is converted and exported into various formats such as JPEG, PNG, TIFF, GIF, and PDF using the methods provided by Iron Barcode. Additionally, the barcode is converted to a default stream if no specific format is specified. The tutorial concludes by running the program and successfully generating and exporting the barcodes. Users are encouraged to explore the extensive functionalities offered by Iron Barcode and to subscribe for more tutorials or try Iron Software through a trial subscription.

Get stated with IronBarcode now.
green arrow pointer

Jordi Bardia
Software Engineer
Jordi is most proficient in Python, C# and C++, when he isn’t leveraging his skills at Iron Software; he’s game programming. Sharing responsibilities for product testing, product development and research, Jordi adds immense value to continual product improvement. The varied experience keeps him challenged and engaged, and he says it’s one of his favorite aspects of working with Iron Software. Jordi grew up in Miami, Florida and studied Computer Science and Statistics at University of Florida.
< PREVIOUS
How to Read & Scan Barcode in C# Using NET MAUI
NEXT >
How to Customize and Add Logos to QR Codes in C#