Overview
  • Easy to encode 12 digits generate ITF 14 barcode image
  • Easily integrate dynamic ITF 14 images into .NET applications with Visual Basic
  • Put the ITF 14 barcode in the center, right or left side of ITF 14 image
  • Easily integrates into the projects without any requirement for additional DLLs
  • ITF 14 image background color, foreground color and text color are valid to be set to red, black, red, yellow and so on
  • The ITF 14 image resolution can be set to any value if needed
  • ITF 14 barcode placement can be changed with your need
  • .NET 2.0 and later versions are valid for VB.NET ITF 14 generation component
Business Refinery provides more infomation about ITF-14 barcode setting on VB.NET project:
ITF 14 VB.NET Generator FAQ

1. What.NET Development Environment could ITF 14 VB.NET Generator Allow?

  • ASP.NET programming
  • .NET Winforms programming
  • .NET Ultimate programming
All of the three above .NET development environment can developed 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 ITF 14 VB.NET Generator.

2. How to Setup ITF 14 VB.NET Generator?

More specific details on how to install and set up ITF 14 VB.NET generation component, please go to ITF 14 VB.NET Generator Setup Process.

3. How to Adjust the Valid Image Formats?

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

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

barcode.drawBarcode("C://ITF 14.gif")

4. How to Change the Resolution of the ITF 14 Image?

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

// the default value of ITF 14 in VB.NET is 72

barcode.Resolution = 120;

5. How to Change the Color of the IFT 14?

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

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

// the default color of ITF 14 image foreground color is black

barcode.ForeColor = white;

// the default color of ITF 14 text background color is black

barcode.TextColor = white;

6. How to change the ITF 14 barcode position in the Image?

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

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

barcode.BarAlignment = 1 (center);

// Invert the generated ITF 14 image in VB.NET projects.Rotate0; Rotate90; Rotate180; Rotate270. Default is Rotate0.

barcode.Rotate = BusinessRefinery.Barcode.Rotate.Rotate90





Quick Links