Overview
  • Check digit can be computed automatically with Identcode generator for VB.NET
  • Large compatibility for all common operating systems
  • Completely written in VB with ASP.NET, .NET Ultimate or .NET Winforms
  • Easily integrates into the projects without any requirement for additional DLLs
  • Show Text can be enabled or not with Identcode generation library in VB.NET
  • Support multiple Identcode formats including Gif, Png, Jpeg, Tiff, and Bitmap
  • Identcode image background color, foreground color and text color are valid to be set to red, black, red, yellow, etc
Business Refinery provides more infomation about Identcode barcode setting on VB.NET project:
Identcode VB.NET Generator FAQ

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

  • ASP.NET Identcode Barcode Generator
  • .NET Identcode Barcode for Winforms
  • .NET Identcode Barcode Generator Controls
You can encode 11 numeric characters without checksum digit to generate superb quality Identcode images in any one of these three development environments above by setting over 50 properties, such as bar width, image color, resolution, rotation and so on.

2. How to Setup Identcode VB.NET Generator?

Navigate to Identcode VB.NET Generator Setup Process to get more information on installation and setup of Identcode VB.NET generation component.

3. How to Adjust the Valid Image Formats?

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

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

barcode.drawBarcode("C://Identcode.gif")

4. How to Adjust the Resolution of the Identcode Image?

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

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

barcode.Resolution = 72;

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

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

// the default color of Identcode image background color is white

barcode.BackColor = red;

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

barcode.ForeColor = black;

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

barcode.TextColor = black;

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

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

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

barcode.BarAlignment = 1 (center);

// Invert the generated Identcode image in VB.NET projects.Rotate0; Rotate90;

Rotate180; Rotate270. Default is Rotate0.

barcode.Rotate = BusinessRefinery.Barcode.Rotate.Rotate0





Quick Links