.NET UPC-A Barcode Generator
Generate UPC-A barcode labels using c#, vb.net in asp.net mvc, windows application
How to Generate Linear UPC-A Barcode in ASP.NET, .NET WinForms & .NET Reports
- Compatible with GS1 Barcode Standard for linear UPC-A encoding in .NET applications
- Generate and create linear UPC-A in .NET WinForms, ASP.NET and .NET Class
- Dynamically stream 1D UPC-A barcode images in Microsoft Internet Information Services
- Easy to print linear UPC-A in Visual Studio.NET, supporting drag & drop and C#/VB.NET coding
- Easily add two or five digits supplement barcodes to UPC-A in .NET
- Automatically add check digit for 1D UPC-A barcodes in .NET projects
- Print and save linear UPC-A barcode image in gif, jpeg, png, tiff and bitmap images
- Widely-used and advanced linear UPC-A barcode generating library SDK
UPC-A .NET Barcode Generator Overview
UPC-A .NET barcode generator is a tailored barcode SDK for UPC-A included in KA.Barcode for .NET Suite for developers to generate accurate linear UPC-A, UPC-A+2, UPC-A+5 in various .NET projects.
UPC-A Barcode Introduction
UPC-A is the standard version of Universal Product Code (UPC) barcodes that is widely used in North America, and in countries including the UK, Australia, and New Zealand for tracking trade items in stores.
UPC-A Barcode Encodable Data
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
UPC-A Data Capacity
- 12 numeric digits (Please input only 11 digits, for K.A.Barcode automatically add the last check digit for you)
UPC-A Barcode Control for .NET Suite Download
Please download trial version of KA.Barcode for .NET Suite and unzip it. You are free to use this barcode generator trial version to create UPC-A barcode images in multiple .NET projects without charge for an unlimited period of time. This trial version cannot be used for business applications because a "KA Barcode" watermark will appear on the generated UPC-A barcode image randomly. After you unzip the trial version, you will find:
- KeepAutomation.Barcode.Windows.dll
- KeepAutomation.Barcode.Web.dll
- KeepAutomation.Barcode.SSRS2008CRI.dll
- KeepAutomation.Barcode.SSRS2008.dll
- KeepAutomation.Barcode.SSRS2005CRI.dll
- KeepAutomation.Barcode.SSRS2005.dll
- KeepAutomation.Barcode.RDLC.dll
- KeepAutomation.Barcode.Crystal.dll
UPC-A Barcode Creation in .NET Using C# or VB.NET Class
- At first, you may add "KeepAutomation.Barcode.Windows.dll" or "KeepAutomation.Barcode.Web.dll" to your project reference.
- Then, you can refer to the following C# or VB demo code to create UPC-A barcode image.
C# Sample code
BarCode upca = new BarCode(); upca.Symbology = KeepAutomation.Barcode.Symbology.UPCA; upca.CodeToEncode = "01234567891"; upca.generateBarcodeToImageFile("c://upca-csharp.tiff"); VB Sample code
Dim upca As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode
upca.Symbology = KeepAutomation.Barcode.Symbology.UPCA upca.CodeToEncode = "01234567891" upca.generateBarcodeToImageFile("c:/upca-vbnet.tiff") UPC-A Barcode Generation in ASP.NET Project
- Download and unzip the evaluation version online and create a new ASP.NET project.
- Easily copy "barcode.aspx" and "barcode.aspx.cs" in "barcode" folder to your project folder.
- Add reference "KeepAutomation.Barcode.Web.dll" to your ASP.NET project.
- Drag and drop "BarCodeControl" in Toolbox to the aspx page for UPC-A barcode image generation.
- Select UPCA barcode type in the Properties panel and run the project to see the created UPC-A barcode image.
Developers can also generate UPC-A barcode image in IIS with this .NET barcode generation control.
- Copy the "barcode" folder from the unzipped folder to IIS web application folder.
- Create a virtual directory named "barcode", then link it to the "barcode" folder in web application folder
- Restart your IIS and navigate to "http://YourDomain:port/barcode/barcode.aspx?symbology=36&code-to-encode=01234567891"(symboloy: UPCA =36, UPCASup2=37, UPCASup5=38).
- To add barcodes in html or aspx pages, use the tag below:
<img src="http://YourDomain:port/barcode/barcode.aspx?symbology=36&code-to-encode=01234567891"(symboloy: UPCA =36, UPCASup2=37, UPCASup5=38)/> - Reset properties of your UPC-A barcode image in the above URL.
UPC-A Barcode Creation in .NET WinForms
- Download the trial package of .NET UPC-A barcode dll online and unzip it.
- Open your Visual Studio and add KeepAutomation.Barcode.Windows.dll in the unzipped package to the Toolbox.
- Just drag and drop the BarCodeControl from the Toolbox into the form.
- Choose "UPCA" in "Symbology" under Properties window.
- The UCP-A barcode image is created and you can customize it through the Properties window.
UPC-A Barcode Creation in .NET Reports
Insert UPC-A Barcode Image in Crystal Reports
Add UPC-A Barcode Image in RDLC Reports
Create UPC-A Barcode Image in Reporting Services |
Free Trial DownloadC#/VB UPC-AFor Web UPC-AFor Windows UPC-AFor Reports UPC-AHow To Start Using C#Using VB.NETData Matrix for .NETPDF417 for .NETQR Code for .NETmoreCodabar for .NETCode 39 for .NETCode 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 .NET UPC-E for .NETmore
|