ASP.NET EAN 128 (GS1 128) Barcode Generator
Generate EAN 128 (GS1 128) label in c# asp.net mvc web project
How to generate, display, print EAN 128 (GS1 128) label in asp.net. Free download with open source demo code.
- Support EAN-128 generation in .NET development environments like Visual Studio 2005, 2008 & 2010
- Easy to generate and print EAN-128 linear bar code images in Internet Information Services (IIS)
- Generate advanced EAN-128 linear barcodes in web pages in Gif, Png, Jpeg/Jpg, Tiff & Bmp image formats
- Support most popular web browsers including Chrome, Internet Explorer, Mozilla, Safari, Opera, etc
- Draw and embed EAN-128 images in ASP.NET webform with C#, VB.NET class library
- Generate scannable EAN-128 1D barcodes with adjustable resolution to support all printers
- Offer various barcode dimension setting options including width, height, font, resolution, orientation, etc
ASP.NET EAN-128 Barcode Generator Summary
KA.Barcode for ASP.NET is a mature barcode encoder library which supports generating and printing EAN-128/GS1-128 and other barcode types with best quality in ASP.NET webform/website using C# & VB.NET class library.
Linear EAN-128 Overview in ASP.NET
EAN-128 is a self-checking linear barcode also named as GS1-128, UCC-128, UCC/EAN-128, and GTIN-128. EAN-128 is based on the combination of GS1 and the Code 128 barcode specification and it identifies data with Application Identifiers (AI).
EAN-128 Encodable Characters in ASP.NET
- All ASCII characters, including 0-9, A-Z, a-z, and special characters
Download EAN-128 Barcode Generator for ASP.NET
Users can download KA.Barcode for ASP.NET demo package and unzip it. This demo package is free of cost, but it only can be used for demo purposes because the generated EAN-128 barcode images contains a "KA Barcode" watermark randomly. You will find several useful items in the unzipped package: KeepAutomation.Barcode.Web.dll, a "barcode" folder including barcode.aspx.cs & barcode.aspx, end user license agreement, user manual and the order page. How to Generate EAN-128 With ASP.NET Web Control
- Move to the "barcode" folder and copy "barcode.aspx" and "barcode.aspx.cs" in it to the target folder.
- Add "KeepAutomation.Barcode.Web.dll" to your Visual Studio "Toolbox".
- Drag and drop "BarCodeControl" under "Toolbox" into the web form.
- Go to "Properties" panel and select EAN128 barcode type.
- Change settings of the generated EAN-128 barcode image through the "Properties" panel.
How to Generate EAN-128 in C# or VB.NET
Follow steps below produce and stream EAN-128 into ASP.NET web form applications using the C# or VB.NET sample code.
- First of all, you should add reference "KeepAutomation.Barcode.Web.dll" to your ASP.NET Web project.
- Then, you may use the following free C# or VB.NET barcoding demo code.
C# Sample code
BarCode ean128 = new BarCode(); ean128.Symbology = KeepAutomation.Barcode.Symbology.EAN128; ean128.CodeToEncode = "(01)1234"; ean128.X = 2; ean128.generateBarcodeToImageFile("C://ean128-csharp.png"); VB Sample code
Dim ean128 As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode
ean128.Symbology = KeepAutomation.Barcode.Symbology.EAN128 ean128.CodeToEncode = "(GS)1128" ean128.X = 2 ean128.ImageFormat = System.Drawing.Imaging.ImageFormat.Png ean128.generateBarcodeToImageFile("C://ean128-vb-net.png") How to Generate EAN-128 in Microsoft IIS Through URL
- Download the trial package and unzip it, and copy "barcode" folder and its contents to your IIS.
- Next, create a new virtual directory "barcode".
- Restart IIS, and navigate to "http://YourDomain:port/barcode/barcode.aspx?code-to-encode=(28)11292233445566&symbology=11".
- An EAN-128 barcode image is generated and you can change barcode properties in the url above, view http parameters here.
- Easily insert the following image tag into your web pages <img src="http://YourDomain:port/barcode/barcode.aspx?code-to-encode=(28)11292233445566&symbology=11"/> to add the created barcode images in html or aspx pages.
|
Free Trial DownloadASP.NET EAN 128.NET Class EAN 128IIS EAN 128How To Start Using C#Using VB.NETData Matrix for ASP.NETPDF417 for ASP.NETQR Code for ASP.NETmoreCodabar for ASP.NETCode 39 for ASP.NETCode 128 for ASP.NETEAN-8 for ASP.NETEAN-13 for ASP.NETEAN 128 for ASP.NET Intelligent Mail for ASP.NETInterleaved 2 of 5 for ASP.NETISBN for ASP.NETITF-14 for ASP.NETRM4SCC for ASP.NETUPC-A for ASP.NETUPC-E for ASP.NETmore
|