.NET Barcode Generator Suite

.NET Barcode Generator for .NET Class, ASP.NET Web Form, Windows Forms, Reporting Service & Crystal Reports

  • Generate barcodes in .NET class & console applications
  • Generate barcodes in ASP.NET web applications
  • Generate barcodes in .NET Windows Forms applications
  • Generate barcodes in Reporting Service & Crystal Reports
  • Completely coded in C#.NET
  • Compatible with latest barcode symbology ISO Standards
  • Mature barcode generating components used by 1000+ clients

Quick jump:      Features     |     Version Comparison     |     Download     |     Tutorial     |     License & Prices



.NET Barcode Generator Suite is a set of mature, easy to use Visual Studio .NET Components (.NET dll Class Libraries and Form Controls) which lets you to easily and simply generate linear & 2D bar codes in your .NET applications.

    .NET Barcode Generator Suite includes:

  1. .NET Barcode Generator for ASP.NET - for generating bar codes in ASP.NET web applications.
  2. .NET Barcode Generator for WinForms - for creating bar codes in .NET Windows applications.
  3. .NET Barcode Generator for Reporting Service - for printing barcodes in Reporting Service 2005 & 2008
  4. .NET Barcode Generator for Crystal Reports - for printing barcodes in Crystal Reports for .NET
 

.NET Barcode Generator Suite - Features

.NET Barcode Generator - Bar Code Types Generation

  • 1D / Linear Barcodes:
    Codabar Code 11 Code 39 Code 93 Code 128
    EAN 128 (GS1-128) Interleaved 2 of 5 Code 2 of 5 ITF-14 MSI Plessey
    UPC-A UPC-E EAN-8 EAN-13 ISBN
    ISSN Postnet Planet USPS Intelligent Mail (Onecode) RM4SCC
    Supplement 2, 5 digits for UPC/EAN barcodes

  • GS1 Barcodes: GS1 DataBar including GS1 DataBar-14, Truncated, Stacked, Stacked Omnidirectional, Limited (formerly RSS Limited), Expanded (formerly RSS Expanded), & Expanded Stacked (formerly RSS Expanded Stacked).

  • 2D / Matrix Barcodes: Data Matrix, PDF 417, QR Code

  • Automatically compute & create checksum digit for linear barcodes

  • Bar Code rotation support (Create barcodes in 0, 90, 180, 270 degrees)
"I really appreciate your prompt response and thank you so much on the wonderful solution!"

- De Luca, Germany

.NET Barcode Generator - .NET Technology

  • Written 100% in Visual Studio C#.NET 2005

  • Strong named assemblies for Visual Studio .NET 2.0, 3.0 & 3.5

  • Easy to draw & create barcodes in VB.NET, C#, Managed C++ and Borland Delphi for .NET.

  • Draw barcodes in memory and encode to image files.

.NET Barcode Generator - Requirement, Installation & Deployment

  • Support .NET 2.0, 3.0, 3.5 or later version

  • Simple Xcopy Deployment

  • Royalty Free Redistribution

.NET Barcode Generator - Visual Studio .NET Development

  • .NET Web Service Project (runtime support)

  • ASP.NET Web Form Web Site (design-time and runtime support)

  • Windows Forms application (design-time and runtime support)

  • Reporting Service application (design-time and runtime support)

  • Crystal Reports for .NET Application (runtime support)

  • .NET Console Application (runtime support)

  • .NET Class Library (runtime support)

.NET Barcode Generator - Bar Code Image Generating, Encoding & Printing

  • Allow the barcode object to be drawn to an image file and be encoded into GIF, BMP, PNG, JPEG and TIFF image formats.

  • All major web browsers are supported, including Internet Explorer, FireFox, Chrome, Safari.

  • Thermal Printer Support.
 

.NET Barcode Generator Suite - Version Comparison

Barcode Generation .NET Barcode Suite .NET Barcode
for
ASP.NET
.NET Barcode
for
WinForms
.NET Barcode
for
Reporting Service
.NET Barcode
for
Crystal Reports
in .NET class
in Console applications
in ASP.NET WebForms
in .NET WinForms
in Reporting Service
in Crystal Reports for .NET

 

.NET Barcode Generator Suite - Download Free Evaluation Package


Before download the free evaluation package, please read ONBARCODE Evaluation License Agreement

Download .NET Barcode Suite Evaluation Package (zip file about 700kb)

.NET Barcode Generator Suite - .NET Barcode Generation Tutorial in ASP.NET, C#, VB.NET

(View Complete .NET Barcode Generator Developer Tutorial)

In C#.NET class, how to create barcodes?

Add OnBarcode.Barcode.WinForms.dll or OnBarcode.Barcode.ASPNET.dll to C#.NET project reference
Linear barcode = new Linear();                 // Create C# linear barcode object
barcode.Type = BarcodeType.CODE39;             // Set barcode symbology type to Code-39
barcode.Data = "0123456789";                   // Set barcode value to encode
barcode.drawBarcode("C://code39.gif");         // Create code39 and encode it to a gif file



more C# Barcode generation sample codes


In VB.NET class, how to generate barcodes?

Add OnBarcode.Barcode.WinForms.dll or OnBarcode.Barcode.ASPNET.dll to VB.NET project reference
Dim barcode As OnBarcode.Barcode.Linear
barcode = New OnBarcode.Barcode.Linear()     // Create VB.NET linear barcode object
barcode.Type = BarcodeType.CODE39	     // Set barcode symbology type to Code-39
barcode.Data = "0123456789"                  // Set barcode value to encode
barcode.drawBarcode("C://code39.gif")        // Generate code39 and encode it to a gif file

more VB.NET Barcode generation sample codes


In ASP.NET web applications, how to create & insert generated barcode images to html or aspx pages?

  • 1. Under demo package, copy barcode folder and its contents to your IIS, and create a new virtual directory, named "barcode".

  • 2. Restart IIS, navigate to http://YourDomain:Port/barcode/linear.aspx?DATA=0123456789&TYPE=4

  • To create barcode image in html or aspx pages, you can insert a image tag (img) into your page.
    For example, <img src="http://YourDomain:Port/barcode/linear.aspx?DATA=0123456789&TYPE=4" />



How to encode & print generated barcodes into GIF, JPEG, PNG image formats?

Linear barcode = new Linear();
barcode.Type = BarcodeType.CODE128;
barcode.Data = "0123456789";

//draw barcode, encode generated barcodes to Gif, Jpeg, Png, Bmp image formats.
barcode.drawBarcode("C://code128.gif");    

View .NET Barcode Generation Tutorial, to know how to generate barcodes in ASP.NET Web Form, Windows Forms, & Reporting Service.



Quick jump:      Features     |     Version Comparison     |     Download     |     Tutorial     |     License & Prices



All .NET Barcode Generator Components:
.NET Barcode Suite     |     .NET Barcode Generator for ASP.NET     |     .NET Barcode Generator for Windows Forms
.NET Barcode Generator for Reporting Service     |     .NET Barcode Generator for Crystal Reports