.NET Windows Forms Code 39 Barcode Generator Control


.NET Windows Forms Code 39 Barcode Generator Control & DLL is a time-tested Code 39 barcode generator library, which can add, insert or draw Code 39 barcodes using C# and Visual Basic code for .NET Windows Forms applications.
Overview - Code 39 Barcode Generator Library for .NET WinFomrs Project
The KeepDynamic.com's Code-39 Barcode Generating DLL Class Library for .NET Windows Forms help you integrate Code-39 barcode generating & printing features into your .NET projects. The .NET Code-39 Barcode Control for Windows Forms can easily and quickly create Code-39, and Extended Code 39 barcodes in .NET WinForms project under the guidance pf latest Code-39 barcode standards. The .NET Windows Forms Code-39 Barcode control is easy-to-use and supports most popular .NET Development Tools like Microsoft Visual Studio2005/2008/2010 and Express Editions.
Related barcode creating solutions for generating Code 39 image:
Technologies of .NET Code-39 Barcode Generator Windows Forms Control
- The .NET Code-39 Barcode for Windows Forms is entirely built in 100% managed C# code and support Code barcode generation using C# & VB.NET code
- Developed in .NET 2.0 framework and supports generating Code 39 barcode images in .NET 3.0, 3.5 and 4.0 and above
- Easy to generate & create Code 39 barcode images in .NET Windows Forms project without using any third-party Code 39 barcode font
- The Code-39 .NET Windows Forms Barcode DLL Class Library can generate Code-39 barcodes in reports projects like Microsoft SQL Reporting Services, or SSRS, reports with a Custom Report Item, and Crystal Reports
- Generated & created Code 39 barcode images are compatible with international standards
Barcode Imaging Setting of .NET WinForms Code 39 Barcode Generating Library
Various Code-39 barcode customizing options support allows the Code-39 barcode images, generated by the .NET Windows Forms Code-39 Barcode Control, to be configured with specific requirements in an easy & qucik way.
- Generated Code-39 barcode images can be saved as byte stream objects as well as images formats like JPG, PNG, GIF and BMP in .NET Windows Forms project
- Flexible Code-39 barcode orientation support allows .NET developers to generate & create Code-39 barcode in 0, 90, 180, 270 degrees
- Easy to generate & adjust the sizing properties of created Code 39 barcode images in .NET Windows Forms project, like bar width, wide-to-narrow ratio and margins
- Able to display or hide start & stop characters as well as human-readable text of created Code 39 barcode images in .NET WinForms project
- Checksum character can be computed & added to your Code 39 barcode images automatically using Code 39 barcode generating library
How to Generate Code 39 Barcodes Using .NET Windows Forms Barcode Generator Control
How to Create Code 39 Barcode Image in .NET Windows Forms Controller
- Add KeepDynamic.BarCode.Windows.dll to your Windows Forms project and Visual Studio toolbox
- Drag & drop BarCodeControl to your .NET WinForms project from toolbox
- Click generated barcode images(Note: the defaut generated barcode is Code 128 barcode), change SymbologyType to Code39 and adjust in CodeText to Code 39 encodable data in the Properties window
How to Create Code 39 Barcode Image in .NET WinForms Class Using VB.NET & C#
- Add KeepDynamic.BarCode.Windows.dll to your Windows Forms project and Visual Studio toolbox
- Use following C# or VB.NET code to generate Code 39 barcode in yout .NET Windows Forms project
C# Code for Code 39 barcode generation in Windows Forms project
// generate linear barcode object
BarCode barcode = new BarCode();
// Set barcode type to Code-39
barcode.SymbologyType = SymbologyType.Code39;
// Enter encodable value to Code39 barcode
barcode.CodeText = "CODE39";
//Display Code 39 start / stop character
barcode.DisplayStartStopChar = true;
// Add checksum character to Code 39
barcode.EnableChecksum = true;
// set wide & narrow bar width ratio
barcode.WideNarrowRatio = 3;
// set Code 39 barcode image settings
// Set bar width of Code 39
barcode.X = 3;
// set Code 39 barcode image
barcode.BarCodeWidth = 500;
barcode.BarCodeHeight = 90;
// Set Code39 drawing image format to PNG
barcode.Format = System.Drawing.Imaging.ImageFormat.Png;
// save generated barcode images to png image file using C#
barcode.drawBarcode("C://kdcode39.png");
VB.NET Code for Code 39 barcode generation in Windows Forms project
' generate linear barcode object
Dim barcode As New BarCode()
' Set barcode type to Code-39
barcode.SymbologyType = SymbologyType.Code39
' Enter encodable value to Code39 barcode
barcode.CodeText = "CODE39"
'Display Code 39 start / stop character
barcode.DisplayStartStopChar = True
' Add checksum character to Code 39
barcode.EnableChecksum = True
' set wide & narrow bar width ratio
barcode.WideNarrowRatio = 3
' set Code 39 barcode image settings
' Set bar width of Code 39
barcode.X = 3
' set Code 39 barcode image
barcode.BarCodeWidth = 500
barcode.BarCodeHeight = 90
' Set Code39 drawing image format to PNG
barcode.Format = System.Drawing.Imaging.ImageFormat.Png
' save generated barcode images to png image file using C#
barcode.drawBarcode("C://kdcode39.png")
Generate other 1D & 2D Barcode Types in .NET WinForms Using Code 39 Barcoding Library
- 2D Barcodes: QR Code Forms control, PDF417 WinForms control and Data Matrix WinForms control.
- Alphanumeric Barcodes: Code 39 Forms control, Code 93 Forms control, Code 128 Forms control and GS1-128 (UCC/EAN-128) Forms control.
- UPC / EAN Barcodes: EAN 13 WinForms control, EAN 8 WinForms control, UPC A Forms control, UPC E WinForms control , ISBN WinForms control and ISSN WinForms control.
- Numeric Barcodes: Code 11 WinForms control, Codabar WinForms control and MSI Plessey WinForms control.
- Code 2 of 5 based Barcodes: Standard 2 of 5 WinForms control, Interleaved 2 of 5 WinForms control and ITF14 WinForms control.
- Postal Barcodes: Intelligent Mail Barcode(USPS OneCode Solution), USPS POSTNET WinForms control, USPS PLANET WinForms control, Identcode (Deutsche Post, DHL), Leitcode (Deutsche Post, DHL) and RM4SCC (Royal Mail 4-State Customer Barcode).