Introduction
  • Check digit can be computed automatically with Interleaved 2 of 5 generator for VB.NET
  • Large compatibility for all common operating systems
  • Completely written in VB
  • Easily integrates into the projects without any requirement for additional DLLs
  • Fully compatible with .NET WinForms, ASP.NET, Microsoft SQL Server Reporting Services (SSRS) AND Crystal Reports
  • The Interleaved 2 of 5 image resolution can be set with the property - DPI
  • Interleaved 2 of 5 barcode placement can be changed with your need
  • .NET 2.0 and later versions are valid for VB.NET Interleaved 2 of 5 generation component
Business Refinery provides more infomation about Interleaved 2 of 5 barcode setting on VB.NET project:
Interleaved 2 of 5 VB.NET Generator FAQ

1. What Kinds of Projects could Interleaved 2 of 5 VB.NET Generator integrate?

  • Console application
  • Class library
  • Control library
All of the above projects can be compatible with Visual Basic in various development environment, which are ASP.NET, Winforms .NET and .NET Ultimate. In addition, Web server applications that could be developed in Visual VB IDEs could also be equipped with Interleaved 2 of 5 VB.NET Generator.

2. How to Setup Interleaved 2 of 5 VB.NET Generator?

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

3. How to Adjust the Valid Image Formats?

All common-used image formats are valid for generating high quality Interleaved 2 of 5 images with Interleaved 2 of 5 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 Interleaved 2 of 5 image with your needed format.

barcode.Format = System.Drawing.Imaging.ImageFormat.Gif()

barcode.drawBarcode("C://Interleaved 2 of 5.gif")

4. How to Change the Resolution of the Interleaved 2 of 5 Image?

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

// the default value of Interleaved 2 of 5 in VB.NET is 72

barcode.Resolution = 88;

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

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

// the default color of Interleaved 2 of 5 image background color is white

barcode.BackColor = red;

// the default color of Interleaved 2 of 5 image foreground color is black

barcode.ForeColor = black;

// the default color of Interleaved 2 of 5 text background color is black

barcode.TextColor = black;

6. How to change the Interleaved 2 of 5 barcode position in the Image?

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

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

barcode.BarAlignment = 1 (center);

// Invert the generated Interleaved 2 of 5 image in VB.NET projects.Rotate0; Rotate90; Rotate180; Rotate270. Default is Rotate0.

barcode.Rotate = BusinessRefinery.Barcode.Rotate.Rotate270





Quick Links