Overview
  • Create and stream images to Class library, Control library, and Console Applications
  • Easily integrate dynamic Code 93 images into .NET applications with Visual Basic
  • Large compatibility for all common operating systems
  • Bar alignment can be set to put the barcode in the center, right and left side of the image
  • Easily integrates into the projects without any requirement for additional DLLs
  • All printed Code 93 images are compatible with the latest Code 93 barcode specifications
  • The Code 93 image resolution can be customized
Business Refinery provides more infomation about Code 93 barcode setting on VB.NET project:
Code 93 VB.NET Generator FAQ

1. What Kinds of Projects could Code 93 VB.NET Generator is Compatible with?

  • Console application
  • Class library
  • Control library
  • Web server applications
All of the above projects can be easily integrated into Visual Basic with all types of development - ASP.NET, WinForms .NET and .NET Ultimate Barcode generator for Code 93.

2. How to Install Code 93 VB.NET Generator?

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

3. How to Customize the Valid Image Formats?

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

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

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

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

When you need to change the resolution of Code 93 image in Dot Per Inch in the VB.NET projects, please set as below with just changing the resolution value that you need to change.

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

barcode.Resolution = 110;

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

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

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

barcode.BackColor = green;

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

barcode.ForeColor = white;

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

barcode.TextColor = white;

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

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

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

barcode.BarAlignment = 1 (center);

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

barcode.Rotate = BusinessRefinery.Barcode.Rotate.Rotate270





Quick Links