VB.NET Code 39 Generator
generate, print Code 39 barcode in vb.net project with free open source vb.net example
How to generate, display, print Code 39 barcode labels in vb.net project without using font. Free download.
- Compatible with GS1 specifications to output high-quality Code 39 in VB.NET for all printers
- Written in C#.NET, full integration into .NET Framework 2.0, 3.0, 3.5 and above versions
- Support Code 39 implementation in .NET applications like ASP.NET websites and .NET WinForms
- Integrate and create Code 39 barcodes barcoding features into Microsoft Visual Studio .NET 2005 and later versions
- Generate and print 1D Code 39 and Code39 Extension images using Visual Basic .NET programming
- Easily adjust Code 39 barcode dimensions & settings like width, height, orientation, resolution, etc
- Increase symbol density of Code 39 barcodes through intercharacter space customization
- Draw and save Code 39 1D barcodes in Png, Jpeg/Jpg, Gif, Tiff and Bmp/Bitmap image formats
VB.NET Code 39 Barcode Generator Overview
KA.Barcode Generator for .NET Suite is a complete barcode encoding component API SDK for developers. With this barcode encoder, users can easily add Code 39 barcoding functionality into .NET WinForms, ASP.NET web applications, Crystal Reports & RDLC Reports with VB.NET programming. Besides, various barcode parameter settings and free VB sample code is provided to adjust the generated barcode picture. Download KA.Barcode for .NET Suite evaluation package for free.
Code 39 Barcode Introduction
Code 39, also named 3 of 9 Code, USD-3, Alpha39, Code 3/9, Type 39 & USS Code39, is a self-checking linear barcode symbology specified in ISO/IEC symbology specification to encode alphanumeric data.
Code 39 Encodable Character Set
- Alphanumeric data: 0-9, A-Z
- Special characters: space $ % + - . /
- Start/stop character: *
- All ASCII characters encoded by Code 39 Extension: 0-9, A-Z, a-z, and special characters
Code 39 Barcode Generation in ASP.NET Using VB Code 39 Barcode Generation in .NET WinForms Using VB Code 39 Barcode Generation in Crystal Reports Using VB Code 39 Barcode Generation in RDLC Reports Using VB
As a professional barcode SDK, this VB.NET barcode creator enables users to create Code 39 barcode images in RDLC Reports easily. A VB barcode generation guide in RDLC Reports is also provided online to assist in quick barcode generation. Code 39 Barcode Generation Using VB.NET Demo Code
After you download the trial version of this VB.NET barcode generator SDK and add reference to your barcode project, you may copy the following VB sample code to generate Code 39 barcode image. You can also customize the generated barcode image by resetting Code 39 parameters. VB Sample code
Dim code39 As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode code39.Symbology = KeepAutomation.Barcode.Symbology.Code39 code39.CodeToEncode = "3939"
'Apply checksum for Code 39 barcode. code39.ChecksumEnabled = True 'Display checksum in the Code 39 barcode text code39.DisplayChecksum = True
'Unit of measure, Pixel, Cm and Inch supported. code39.BarcodeUnit = KeepAutomation.Barcode.BarcodeUnit.Pixel 'Code 39 image resolution in DPI. code39.DPI = 72
'Set generated Code 39 image size
'Code 39 bar module width (X dimention) code39.X = 1 code39.Y = 60 'Code 39 wide bar width vs narrow bar width. Valid from 2.0f to 3.0f. code39.WideNarrowRatio = 2.0F 'Space between character symbol, a multiple of X. code39.I = 1.0F
'Image left margin size, a 10X automatically added according to specification. code39.LeftMargin = 0 'Image right margin size, a 10X automatically added according to specification. code39.RightMargin = 0 'Code 39 image top margin size' code39.TopMargin = 0 'Code 39 image bottom margin size' code39.BottomMargin = 0
'Orientation, 90, 180, 270 degrees supported' Code 39 image bottom margin size
code39.Orientation = KeepAutomation.Barcode.Orientation.Degree0 'Code 39 image formats in Png, Gif, Jpeg/Jpg, Tiff, Bmp, etc. code39.ImageFormat = System.Drawing.Imaging.ImageFormat.Gif
'Set Code 39 human readable text style code39.DisplayText = True code39.TextFont = New Drawing.Font("Arial", 10.0F, Drawing.FontStyle.Regular) 'Space between barcode and text code39.TextMargin = 6
'Print Code 39 Start & Stop character * in the barcode text code39.DisplayStartStop = True
code39.generateBarcodeToImageFile("C://code39-vb-net.gif") |
VB - Web Code 39VB - Windows Code 39VB - Crystal Code 39VB - RDLC Code 39VB - Code 39How To Start Using C#Using VB.NETData Matrix for VB.NETPDF417 for VB.NETQR Code for VB.NETmoreCodabar for VB.NETCode 39 for VB.NET Code 128 for VB.NETEAN-8 for VB.NETEAN-13 for VB.NETEAN 128 for VB.NETIntelligent Mail for VB.NETInterleaved 2 of 5 for VB.NETISBN for VB.NETITF-14 for VB.NETRM4SCC for VB.NETUPC-A for VB.NETUPC-E for VB.NETmore
|