Home > VB.NET Barcode Generator > VB.NET linear Barcode Generator - Code 93 Generator

VB.NET Code 93 Generator Library SDK

How to generate and print Code 9 of 3 barcode in an image in VB.NET applications

  • Create, draw and print Code 93 barcodes in Visual Basic ASP.NET Web Forms and VB.NET Winforms applications

  • Generate Code 93 in VB.NET class & console application, SQL Server Reporting Service (SSRS) & Crystal Reports for .NET projects

  • Support multiple image options, including image format, DPI, Angle

  • Flexible barcode sizing option to change Code 93 sizing by adjusting module size

  • 100% run in Visual Basic.NET and compatible with .NET 2.0/3.0/3.5 and advanced version

  • Easy to be integrate barcode generating component into Microsoft Visual Studio, and support VS 2005/2008/2010

  • Mature barcode generating component DLL

VB.NET Barcode Generator for Code93 Generation - Overview

VB.NET Code 93 generator is one part of VB.NET barcode generator, which is a mature, easy-to-use barcode generating component for making 20+ linear and 2D barcodes in VB.NET projects.

VB.NET Code 93 generator can be easily and completely developed in Visual Basic.NET development environment. .NET 2.0 and later version are supported. Multiple barcode image and other option over every aspect of Code 93 barcode properties are provides for you.

Code 93 Specifications

  • Continuous alphanumeric linear barcode symbology with varible length

  • History: developed 1982 by Intermec as an enhancement of Code 39

  • Aka: USS-93

  • Using Field: photofinishing, warehouse sorting industries, numbering airline tickets

  • Encode Charater set:

    • 0, 1, 2, 3, 4, 5, 6, 7, 8, 9

    • uppercase letters (A through Z)

    • - (Dash), . (Point), $ (Dollar), / (Slash), + (Plus), % (Percentage), (Space)

Development Environment

  • Windows Forms Application (design-time and runtime support)

  • .NET Web Forms Web site (design-time and runtime support)

  • Console Application (runtime support)

  • .NET Web Service Project (runtime support)

  • Crystal Reports for .NET Application (runtime support)

  • Windows Service (runtime support)

  • Class Library (runtime support)

enerate Code 93 barcode in VB.NET using .NET Barcode Generator

Generate Code 93 in VB.NET class:


Dim barcode As Avapose.Barcode.Encoder.ClassLibrary.BarCode = New Avapose.Barcode.Encoder.ClassLibrary.BarCode

barcode.Symbology = Avapose.Barcode.Encoder.ClassLibrary.Symbology.Code93


// Code 93 valid character set

barcode.Data = "5105BCD"


// Code 93 wide/narrow ratio, 2.0-3.0 inclusive

barcode.N = 3


// Code 93 basic settings, including sizing, color, etc

barcode.UOM = Avapose.Barcode.Encoder.ClassLibrary.UnitOfMeasure.Pixel

barcode.X = 6

barcode.Y = 6

barcode.BarcodeImageWidth = 175

barcode.BarcodeImageHeight = 50

barcode.Angle = Avapose.Barcode.Encoder.ClassLibrary.Angle.Degree0

barcode.AutoResize = True


// Code 93 text releted seeting, including color, font, margin

barcode.ShowText = True

barcode.TextColor = Color.Chocolate

// Code 93 barcode image format set

barcode.draw(".../code93.png")

code93





Related Code 9of3 Barcode Integration & Generation Information

The following Code 9of3 barcode integration and creation information links relate to this product that may be of interest to you: