Overview
  • Easily integrate dynamic Planet images into .NET applications with Visual Basic
  • Royalty free and permanent license with purchasing the developer license
  • A mature and reliable Planet generation dll for VB.NET projects
  • Check digit can be computed automatically with Planet generator for VB.NET
  • Support multiple Planet formats including Gif, Png, Jpeg, Tiff, and Bitmap
  • Planet image background color, foreground color and text color are valid to be set to red, black, red, yellow and so on
  • All printed Planet images are compatible with the latest Planet barcode specifications
Business Refinery provides more infomation about Planet barcode setting on VB.NET project:
Planet VB.NET Generator FAQ

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

  • ASP.NET Planet Barcode Generation component
  • .NET Planet Barcode generation library for Winforms
  • .NET Planet Barcode Generator web 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 Planet VB.NET Generator.

2. How to Install Planet VB.NET Generator?

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

3. How to Change the Valid Image Formats?

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

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

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

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

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

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

barcode.Resolution = 90;

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

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

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

barcode.BackColor = yellow;

// the default color of Planet image foreground color is black
barcode.ForeColor = white;

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

barcode.TextColor = white;

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

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

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

barcode.BarAlignment = 2 (right);

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

barcode.Rotate = BusinessRefinery.Barcode.Rotate.Rotate180





Quick Links