Introduction
  • A mature and reliable OneCode generation dll for VB.NET projects
  • Check digit can be computed automatically with Intelligent Mail generator for VB.NET
  • 20, 25, 29, 31 numeric characters are valid for encoding
  • All printed Intelligent Mail images are compatible with the latest Intelligent Mail barcode specifications
  • The Intelligent Mail image resolution is valid here for adjustment
  • Intelligent Mail barcode placement can be changed with your need
  • .NET 2.0 and later versions are valid for VB.NET Intelligent Mail generation component
Business Refinery provides more infomation about Intelligent Mail barcode setting on VB.NET project:
Intelligent Mail VB.NET Generator FAQ

1. What Development Environment could Intelligent Mail VB.NET Generator integrate?

  • ASP.NET Intelligent Mail Barcode Generator
  • .NET Intelligent Mail Barcode for Winforms
  • .NET Intelligent Mail Barcode Generator 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 Intelligent Mail VB.NET Generator.

2. How to Setup Intelligent Mail(OneCode) VB.NET Generator?

Navigate to Intelligent Mail VB.NET Generator Setup Process to know more information on how to set up and install OneCode VB.NET generator.

3. How to Adjust the Valid OneCode Formats?

// png, tiff, gif, bmp, jpeg five image formats can be set to change the image format of the generated OneCode

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

barcode.drawBarcode("C://Intelligent Mail.gif")

4. How to Change the Resolution of the Intelligent Mail Image?

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

// the default value of Intelligent Mail in VB.NET is 72

barcode.Resolution = 79;

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

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

// the default color of Intelligent Mail image background color is white

barcode.BackColor = red;

// the default color of Intelligent Mail image foreground color is black

barcode.ForeColor = black;

// the default color of Intelligent Mail text background color is black

barcode.TextColor = black;

6. How to change the Intelligent Mail barcode position in the Image?

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

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

barcode.BarAlignment = 1 (center);

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

barcode.Rotate = BusinessRefinery.Barcode.Rotate.Rotate180





Quick Links