.NET Code 39 Barcode Generator
How to create, generate, print barcode code 39 label using c#, vb.net in asp.net mvc, windows application with free example source code
How to generate, display, print code 39 barcode labels in asp.net mvc, windows, crystal reports, rdlc reports.
- Strong-named assemblies written in C#.NET with full integration into .NET applications
- Compatible with latest ISO/IEC specification for Code 39 for valid barcode output
- Support generating and printing Code 39 barcode image with C#.NET & VB.NET programming
- Draw and save Code 3 of 9 barcodes locally in Png, Jpeg, Gif, Tiff & Bmp/Bitmap image formats
- Adjust bar width, bar height, color, human-readable text, orientation, resolution & check digit
- High-quality Code 39 barcode image generation that supports all printers
.NET Code 39 Barcode Generator Overview
Code 39 Barcode Encoder Component SDK is a barcode functionality of KA.Barcode Generator for .NET Suite, which can efficiently add Code 39 generation features into various .NET projects like ASP.NET webform, windows applications, C#, VB.NET class & console applications, etc. Besides, the user-friendly interface provides easy customization for the generated barcode images.
Code 39 Introduction
Code 39, also named ANSI/AIM Code 39, ANSI/AIM Code 39, Uniform Symbology Specification Code 39, USS Code 39, USS 39, Code 3/9, Code 3 of 9, USD-3, LOGMARS, Alpha39, Code 39 Extended, and Code 39 Full ASCII, is a linear barcode widely used in non-retail environments.
Code 39 Encodable Characters for .NET Suite
- Alphanumeric data: 0-9, A-Z
- Special characters: space $ % + - . /
- Start/sop character *
- Code 39Ex can encode all ASCII characters: 0-9, A-Z, a-z, and special characters
Download Code 39 Barcode DLL for .NET Suite
- KeepAutomation.Barcode.Crystal.dll
- KeepAutomation.Barcode.RDLC.dll
- KeepAutomation.Barcode.SSRS2005.dll
- KeepAutomation.Barcode.SSRS2005CRI.dll
- KeepAutomation.Barcode.SSRS2008.dll
- KeepAutomation.Barcode.SSRS2008CRI.dll
- KeepAutomation.Barcode.Web.dll
- KeepAutomation.Barcode.Windows.dll
How to Generate Code 39 Barcode in C# or VB.NET
Switch to the Visual Studio Solution Explorer window, and add "KeepAutomation.Barcode.Windows.dll" or "KeepAutomation.Barcode.Web.dll" as reference of the project. Then copy the following C# or VB.NET sample code to the page where the Code 39 is generated. C# Sample code
BarCode code39 = new BarCode(); code39.Symbology = KeepAutomation.Barcode.Symbology.Code39; code39.CodeToEncode = "CODE39"; code39.generateBarcodeToImageFile("c://code39-csharp.tiff"); VB Sample code
Dim code39 As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode
code39.Symbology = KeepAutomation.Barcode.Symbology.Code39 code39.CodeToEncode = "CODE39" code39.generateBarcodeToImageFile("c:/code39-vbnet.tiff") How to Generate Code 39 Barcode in ASP.NET Project
- Please download and unzip the trial package.
- Then, create a new ASP.NET project and copy "barcode.aspx" and "barcode.aspx.cs" to the newly created project.
- Next, add "KeepAutomation.Barcode.Web.dll" to your project reference.
- Drag and drop "BarCodeControl" in Toolbox to the aspx page where your Code 39 barcode image is to be generated.
- Choose Code39 barcode type through the Properties panel.
- Run you ASP.NET web project and your Code 39 barcode image is generated.
How to Generate Code 39 in Microsoft Internet Information Services (IIS)
- Copy the "barcode" folder from the unzipped folder to IIS web application folder.
- Create a new virtual directory named "barcode" and then restart IIS.
- Testing: open your web browser and navigate to "http://YourDomain:port/barcode/barcode.aspx?code-to-encode=CODE39&symbology=4" (symboloy: Code39 = 4, Code39ex = 5).
- Add the image tag into target pages to insert barcodes in html or aspx pages:
<img src="http://YourDomain:port/barcode/barcode.aspx?code-to-encode=CODE39&symbology=4"/> - Change settings of your created Code 39 barcode image in the above url.
How to Generate Code 39 Barcode in .NET WinForms
- Create a WinForms project in your Visual Studio.
- Add reference (KeepAutomation.Barcode.Windows.dll) to your Visual Studio Toolbox.
- Drag and drop the BarCodeControl into the form.
- Switch to the Properties window and set "Symbology" property to "Code39".
- Finally, the Code 39 barcode image is created.
How to Generate Code 39 Barcode in .NET Reports
How to Create Code 39 Barcode Image in Crystal Reports
How to Create Code 39 Barcode Image in RDLC Reports
How to Create Code 39 Barcode Image in Reporting Services |
Free Trial DownloadC#/VB Code 39For Web Code 39For Windows Code 39For Reports Code 39How To Start Using C#Using VB.NETData Matrix for .NETPDF417 for .NETQR Code for .NETmoreCodabar for .NETCode 39 for .NET Code 128 for .NETEAN-8 for .NETEAN-13 for .NETEAN 128 for .NETIntelligent Mail for .NETInterleaved 2 of 5 for .NETISBN for .NETITF-14 for .NETRM4SCC for .NETUPC-A for .NETUPC-E for .NETmore
|