Overview
  • Easily integrate dynamic Code 11 images into .NET applications with Visual Basic
  • Royalty free and permanent license with purchasing the developer license
  • 100% developed in Visual Basic
  • Support multiple Code 11 formats including Gif, Png, Jpeg, Tiff, and Bitmap
  • Code 11 image background color, foreground color and text color are valid to be set to red, black, red, yellow and so on
  • Code 11 barcode placement can be changed with your need
  • .NET 2.0 and later versions are valid for VB.NET Code 11 generation component
Business Refinery provides more infomation about Code 11 barcode setting on VB.NET project:
Code 11 VB.NET Generator FAQ

1. What Kinds of Projects can be Compatible with VB.NET Code 11 Generator?

  • Console application
  • Class library
  • Control library
  • Web server applications
Code 11 VB.NET Generator allows all above multiple projects that can be easily integrated. ASP .NET, .NET Ultimate and .NET WinForms can be written in Visual Basic.

2. How to Setup Code 11 VB.NET Generator?

If you want to know the details on how to install the Code 11 VB.NET generator, please go to Code 11 VB.NET Generator Setup Process.

3. How to Set the Valid Code 11 Image Format in VB.NET Projects?

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

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

barcode.drawBarcode("C://Code 11.gif")

4. How to Change the Resolution of the Code 11 Image?

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

// the default value of Code 11 in VB.NET is 72

barcode.Resolution = 90;

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

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

// the default color of Code 11 image background color is white

barcode.BackColor = red;

// the default color of Code 11 image foreground color is black

barcode.ForeColor = black;

// the default color of Code 11 text background color is black

barcode.TextColor = black;

6. How to change the Code 11 barcode position in the Image?

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

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

barcode.BarAlignment = 1 (center);

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

barcode.Rotate = BusinessRefinery.Barcode.Rotate.Rotate270





Quick Links