Overview
  • Graphic Image generator for Codabar in Visual C# .NET IDEs
  • Include Winforms Control for .NET Windows Applications in Visual C#
  • Create and stream images to Web projects developed in Visual C# IDEs
  • Ready-to-use Codabar image generator for Crystal Report and SSRS
  • Create dynamic Code 39, Code 128, EAN, UPC, and Data Matrix
  • Royalty-free with 6 months's priority technique support
  • Output Quality Gif, Tiff, Png, Bitmap, and Jpeg bar code image

C#.NET Codabar Barcode Setting Quick links:
Codabar C#.NET Generator FAQ

1. What types of projects is supported


Codabar Generator for Visual C#.NET could be used in developing Windows Application, Class library, Window Control library, Web Control library, Console Application, Crystal reports application, and Windows service. Office applications such as Excel Workbooks and Outlook Add-in are also supported by it.

2. How to Install Codabar C#.NET Generator in C#.NET IDEs


Follow Steps in C#.NET Barcode Generator Installation Guide.

After installation, create a linear barcode object (named barcode for example), as shown below:

Linear barcode = new Linear();

Then, set linear barcode symbology type to be CODABAR, shown as follow:

barcode.Symbology = Symbology.CODABAR;

3. What Data Length is Encodable


The length of the data in each Codabar is a variable barcode symbology.

4. How to Encode Numeric Data Characters


barcode.Code = "1231231";

5. How to Add Punctuation in Codabar


Punctuation could also be added in Codabar data. Dash, Dollar, Percentage, Space, Point, Slash, and Plus are encodable by Codabar.

Sample Code:

barcode.Code = "-$% ./+";

6. What Image formats are supported


Portable Network Graphics, (.png) and Graphics Interchange Format (GIF) are supported. Codabar C#.NET Generator also supports Tiff, Jpeg, and BMP.




Quick Links