How to make Codabar for .NET projects using Avapose.BarCode Forms Control
Codabar Generator for .NET Applications
  • Powerful .NET WinForms Barcode component for .NET 2.0/3.0/4.0
  • Support VB.NET, C#, Managed C++ and Borland Delphi for .NET
  • Generate dynamic linear & 2D and postal barcode symbologies
Codabar Creation using .NET Barcode Control
  • Easily add Codabar barcode images easily into Windows Forms applications
  • Create barcode by C#, VB codes in class library without being loaded on the form
  • 100% integrated into Microsoft .NET Framework 2.0, 3.0, 3.5, 4.0 and 4.5
  • Compatible with reporting scenarios (Crystal Report and Reporting Service for .NET)
  • Save barcode in PNG, BMP, GIF, JPEG, TIFF and multipage TIFF image formats
  • Allow customization of font, margin and color of human readable text
  • Provide C#, Visual Basic sample codes & free demo download
  • Print accurate barcodes for low-resolution thermal printers and high-resolution printers
Codabar Barcode Generator lets you insert powerful barcode generation capabilities into Windows Forms applications. This barcode component allows easy creation of Codabar in Windows Service and .NET Class Library. C#, VB source code and perpetual license are provided of the purchased version.
Codabar barcode control support project types:
  • .NET Class Library (runtime support)
  • .NET Console Application (runtime support)
  • Windows Service (runtime support)
  • Windows Application (design-time and runtime support)
Codabar Generating Library for .NET Applications - Codabar Information
Codabar is also known as USD-4, NW-7, Code 2 of 7, Monarch and ANSI/AIM BC3-1995. It is a self-checking, discrete, linear barcode which was used widely in libraries, package delivery system and photo labs. Based on Codabar standard, checksum digit is not required.
.NET Codabar control for Winforms encodes:
  • 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
  • A, B, C, D
  • - (Dash), $(Dollar), :( colon), / (Slash), (Point), + (Plus)
Codabar Image Creating SDK for .NET Projects - Codabar Generation

Development Environment:

Requirement of barcode creation by using Codabar barcode library SDK:
  • Requirement of barcode creation by using Codabar barcode library SDK :
  • Compatible with operating systems include Windows XP, Windows Vista and Windows 7
  • 100% support .NET Framework 2.0, 3.0 3.5, 4.0 and above
  • Perform well in Microsoft Visual Studio 2005, 2008 and 2010
  • Make sure you install Avapose.Barcode for .NET Winforms

Create Codabar Barcode using .NET Barcode Generator Component

  1. Download Avapose.Barcode for .NET Winforms and unzip it on developer's computer;
  2. Open Winfroms project in Visual Studio;
  3. Display toolbox and choose "Choose Items"; click "Browse" in the popped up window and navigate to the Avapose.linearbarcode.winforms.dll; After clicking "OK", you could find the "LinearWinControl" on the toolbox;
  4. Drag and drop the "LinearWinControl" to the form;
  5. Switch to the setting panel, choose barcode type as Codabar and input target data to create desired Codabar.

Create Codabar Image in C# .NET and VB.NET using .NET Barcode Writing Class

  1. Start Visual Studio and open your C# or VB Windows Forms project;
  2. Downlad & unzip Avapose.Barcode for .NET Winforms trial package;
  3. Navigate to the Avapose.linearbarcode.winforms.dll and add it to the Winforms project reference;
  4. Drag and drop a button to the form; double click it;
  5. Write the C# or VB code samples below;
  6. Debug it, Codabar barcode image will be shown on the form.

C# code

using Avapose.linearbarcode;
Linear Barcode = new Linear();

Barcode.LinearBarcode = LinearBarcode.Codabar;

Barcode.BarcodeData = "123456-$";

Barcode.BarWidth_X = 2;

Barcode.Rotation = Degree0;

Barcode.BarcodeHeight = 2;

Barcode.BarcodeWidth = 60;

Barcode.ResizeBarcode = true;

Barcode.DrawBarcodeImag("D://codabar_csharp.gif");

VB code

Dim a As Avapose.linearbarcode.Linear = New Avapose.linearbarcode.Linear()
winforms.LinearBarcode = Avapose.linearbarcode.LinearBarcode.Codabar
winforms.BarcodeData = "123456-$"
winforms.BarWidth_X = 2
winforms.BarHeight_Y = 60
winforms.ImageFormat = System.Drawing.Imaging.ImageFormat.Gif
winforms.DrawBarcodeImage("D://codabar_vb.gif")
Testimonial for Barcode Generation SDK for .NET
We bought your product Barcode Generator for .NET a few weeks ago, and it works pretty well!
Carlos Louis, Eureka Software Ltd, UK.