Overview
  • Easy to generate Codabar barcode image
  • Check digit can be computed automatically with Codabar generator for VB.NET
  • Large compatibility for all common operating systems
  • Codabar image background color, foreground color and text color are valid to be set to red, black, red, yellow and so on
  • All printed Codabar images are compatible with the latest Codabar barcode specifications
  • The Codabar image resolution can be set with Codabar generator in VB.NET
  • .NET 2.0 and later versions are valid for VB.NET Codabar generation component
Business Refinery provides more infomation about Codabar barcode setting on VB.NET project:
Codabar VB.NET Generator FAQ

1. What VB.NET Development Environment could Codabar VB.NET Generator integrate?

  • ASP.NET Codabar Barcode Generator
  • .NET Codabar Barcode for Winforms
  • .NET Codabar Barcode Generator Controls
All of the above .NET development environment can written in Visual Basic with all types of projects, which are Console application, Class library, and control library developed in Visual VB .NET are supported. Web server applications that could be developed in Visual VB IDEs could also be equipped with Codabar VB.NET Generator.

2. How to Setup Codabar VB.NET Generator?

If you want to know the details on how to install the Codabar VB.NET generator, please follow the steps for Codabar VB.NET Generator Setup Process.

3. How to Adjust the Valid Image Formats?

All common-used image formats are valid for generating high quality Codabar images with Codabar VB.NET generator:

PNG; BMP; TIFF; JPEG; GIF

For how to set the image format, please encode the following code when you want draw a Codabar image with your needed format.

barcode.Format = System.Drawing.Imaging.ImageFormat.Gif()
barcode.drawBarcode("C://Codabar.gif")

4. How to Change the Resolution of the Codabar Image?

When you need to change the resolution of Codabar image inDPI in the VB.NET projects, please set as below:

// the default value of Codabar in VB.NET is 72

barcode.Resolution = 72;

5. How to Change the Color of the barcode image?

VB.NET Codabar Barcode Generator cannot only generate Codabar images with white background color, black foreground color and black text color. You can create colorful Codabar images in your professional VB.NET applications.

// the default color of Codabar image background color is white
barcode.BackColor = red;

// the default color of Codabar image foreground color is black

barcode.ForeColor = black;

// the default color of Codabar text background color is black

barcode.TextColor = black;

6. How to change the Codabar barcode position in the Image?

Some packaging methods may require special considerations for Codabar symbol placement. Bar Alignment and Rotation can be set the change the Codabar barcode placement.

// Codabar horizontal alignment inside the image. 0:left; 1:center; 2:right. Default is 1.

barcode.BarAlignment = 1 (center);
// Invert the generated Codabar image in VB.NET projects.Rotate0; Rotate90; Rotate180; Rotate270. Default is Rotate0.

barcode.Rotate = BusinessRefinery.Barcode.Rotate.Rotate90




Quick Links