Easily create and print Code 39 barcode image for .NET applications
Code 39 Generator for .NET Applications
  • Easy to use .NET Barcode component for .NET Framework 2.0, 3.0, 3.5, 4.0
  • Support VB.NET, C#, Managed C++ and Borland Delphi for .NET
  • Compatible with most common 1D/2D and postal barcode symbology standards
Code 39 Barcode Generation for .NET Applications
  • Powerful Code 39 barcode image generator SDK for .NET developers
  • Print high quality Code 39 in .NET Winforms using control library
  • Capable to be integrated into .NET Class and Console applications
  • Support Gif, Jpeg, Tiff, Png, as well as Bitmap graphics file formats
  • Easily make customization of wide and narrow bars in a symbol
  • Include image resolution setting property for specified requirement
  • Compatible with ISO / IEC 16388 (2nd edition 2007-05-15)
  • Support extended Code 39 so that lowercase letters could be encoded
.NET Barcode Generator SDK library includes ASP.NET Barcode Generator, C# Barcode Generator, VB.NET Barcode Generator, QR Code Generator .NET, QR Code Generator ASP.NET, QR Code Generator C#, QR Code Generator VB.NET, Code 39 .NET, Code 39 VB.NET, Code 39 ASP.NET, Code 39 C#.

Code 39 .NET Barcode Generator Control is a compact and powerful generator which is designed concerning almost every detail of Code 39 generation. The control DLL, built 100% in managed C#, includes strong named and digitally signed assemblies that could be retrieved by your project with no trouble. Code 39 .NET Barcode Generator is absolutely the choicest .NET SDK for .NET programmers to print Code 39 in Winforms.
Code 39 .NET Barcode Generator integrates with the following types of projects:
  • Console Application (runtime support)
  • Windows Forms Application (design-time and runtime support)
  • Class Library (runtime support)
  • Windows Service (runtime support)
Code 39 Image Creating Library for .NET projects - Code 39 Information
Code 39, also known as USD-3 or 3 of 9, is the first alphanumeric symbology to be invented. It is still widely used in non-retailing industry applications including applications of United States Department of Defense and the Health Industry Bar Code Council (HIBCC). The standard Code 39 only encodes numeric data and uppercase letters while its extended version (Extended Code 39) is capable to encode lowercase letters additionally.
.NET Code 39 Generator encodes:
  • 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
  • Uppercase letters (A - Z)
  • - (Dash), $ (Dollar), % (Percentage), (Space), . (Point), / (Slash), + (Plus)
Code 39 barcode Drawing SDK for .NET Application - Code 39 Generation

Install and register Avapose.Barcode generator component for .NET

Before generating Code 39 in .NET, you need to install the Avapose.Barcode Control for .NET template projects:
  • Windows 7, Windows Vista, or Windows XP
  • .NET 2.0, 3.0 or later version
  • Microsoft Visual Studio 2005/2008/2010
  • Avapose.Barcode for .NET Winforms

Drag and Drop Code 39 image to .NET projects using .NET Barcode Maker Control

  1. Create a new project in Visual Studio;
  2. Copy Avapose.linearbarcode.winforms.dll to your project folder; (You need not to copy .dll to .NET bin directory, because Visual Studio will do so)
  3. Add LinearWinControl to your Visual Studio Toolbox;
  4. Find Component LinearWinControl in the Toolbox, then drag and drop it to your forms;
  5. Activate the Property Window and change LinearBarcode to Code39;
  6. To fit possible requirements, customize the barcode image using related properties.

Generate and print Code 39 barcode in C# .NET and VB.NET using .NET Barcode Assembly

  1. Create a new project in Visual Studio;
  2. Add Avapose.linearbarcode.winforms.dll to the project reference;
  3. Copy the following sample code to the project for a quick barcode generation, you can make further customization using related properties:

C# code

using Avapose.linearbarcode
Linear Code39 = new Linear();
Code39.LinearBarcode = LinearBarcode.Code39
Code39.BarcodeData = "01234567";
Code39.BarcodeWidth = 175;
Code39.BarcodeHeight = 50;
Code39.ResizeBarcode = true;
Code39.DrawBarcodeImage("c:\\ code39.gif");

VB code

Dim Code39 As Avapose.linearbarcode.Linear = New Avapose.linearbarcode.Linear()
Code39.LinearBarcode = Avapose.linearbarcode.LinearBarcode.Code39
Code39.BarcodeData = "01234567"
Code39.BarcodeWidth = 175
Code39.BarcodeHeight = 50
Code39.ResizeBarcode = True
Code39.DrawBarcodeImage("c:/code 39.gif")
Testimonial for .NET Barcode Generator for Winform
We bought your product .NET Barcode Generator for Winform a few weeks ago, and it works pretty well!
Carlos Louis, Eureka Software Ltd, UK.