How to generate and print Codabar barcode for .NET application using C# barcode SDK
C# Barcode Generator for Codabar Creation
  • Reliable linear barcode generator component for .NET 2.0/3.0/4.0
  • Generate quality Codabar barcode in .NET applications
  • Support C#, VB.NET, Managed C++ and Borland Delphi for .NET
Barcode in C# > Linear > Codabar
Generate Codabar Barcode using C# Barcode Library
  • Easy to install and integrate Codabar generation component into C# developments
  • Generate Codabar in C#.NET Windows applications, C#.NET class & console application
  • Codabar parameters are pre-configured in barcode control
  • Flexible barcode size option ensures users generate specific Codabar
  • Codabar human-readable text can be enabled or disabled in barcode symbol
  • Save Codabar images into gif, tiff, bmp, png and jpeg file to a specified image file name
  • Output Codabar images into Graphics, Bitmap, or .NET Stream objects
  • Provide managed code written in C# with strong-named, digital-signed and time-stamped DLLs
.NET Codabar Generator for C# is a professional and robust barcode generation class SDK to create Codabar barcodes in C#.NET applications including C#.NET class & console applications, and C#.NET for Windows Forms applications. The generated Codabar is in high flexibility and customization. Barcode size, barcode image format, barcode color, etc are all available for changing to make specific Codabar.
.NET Codabar Generator for C#.NET can be used in:
  • Windows Forms Application (design-time and runtime support)
  • Console Application (runtime support)
  • Class Library (runtime support)
  • Windows Service (runtime support)
Barcode Generation Component for C#.NET - Codabar Specifications
Codabar, known as Codeabar, Ames Code, NW-7, Monarch, Code 2 of 7, Rationalized Codabar, ANSI/AIM BC3-1995 or USD-4, was developed in 1972 by Pitney Bowes. This symbology is a discrete, self-checking linear barcode capable of encoding 16 different characters with start and stop character A, B, C or D appended. This barcode is widely used in library, FedEx airbill, blood banks, etc.
.NET Codabar generator for C#.NET encodes:
  • The basic 12 characters: digits from 0 to 9, dash, and﹩
  • An additional 4 characters: +,:, /, and .
  • 4 start and stop characters: A, B, C, D
Barcode Generation SDK for C#.NET - Codabar Barcode Generation

Requirements:

Before you generate Codabar in C#.NET applications, you need to install:
  • Windows XP, Windows Vista and Windows 7
  • .NET 2.0, 3.0 and advanced version
  • Microsoft Visual Studio 2005/2008/2010
  • Avapose.Barcode for .NET

Generate and create Codabar barcode in C#.NET Class

  1. Download Avapose Winforms Barcode Trial and unzip;
  2. Copy Avapose.linearbarcode.winforms.dll to the project folder of your Windows Forms Application.
  3. Open a C# project with Visual Studio. In the "Solution Explorer", right click "Reference" and select "Add Reference";
  4. Click "Browse" in the popup window, find Avapose.linearbarcode.winforms.dll, and click "OK";
  5. Find "Toolbox", and drag a "Button" onto your Form;
  6. Double click "Button", or right click on "Button" and select "View Code". Writing the following C# code accordingly to generate Codabar.
using Avapose.linearbarcode
Linear barcode = new Linear();
barcode.LinearBarcode = LinearBarcode.Codabar;
barcode.BarcodeData = "123546698";
barcode.BarcodeHeight = 60;
barcode.BarcodeWidth = 5;
barcode.Rotation = Avapose.linearbarcode.Rotation.Degree90;
barcode.Resolution = 96;
barcode.MeasurementUnit = Avapose.linearbarcode.MeasurementUnit.Pixel;
Barcode.DrawBarcodeImag(""d:\\barcode.png"");
Related Codabar Barcode Integration & Generation Information
The following Codabar barcode integration and creation information links relate to this product that may be of interest to you:
Testimonial for Avapose.Barcode for .NET(C#)
We bought your Barcode Generator for .NET a few weeks ago, and it works pretty well
Carios Louis, Eureka Software Ltd,UK