Able to output generated GS1-128 barcodes to several C# objects
C#.NET Linear GS1-128 Barcode Overview
GS1-128 (UCC/EAN 128) is a high-density linear barcode. Derived from Code 128, GS1-128 has similar symbol structure and similar encodable data. But different from Code 128, GS1-128 could not only encode data but the meanings that the data has carried. Through using a serial of Application Identifiers, GS1-128 could encode information like production date, weight or something else.
Guide to Generate GS1-128 Images in C#.NET Class
Create a new Linear object to create GS1-128 barcode
Choose barcode type using property Type as BarcodeType.EAN128
Set GS1 data text and you can print GS1-128 barcode to an image file or image object in C# memory.
You can set property ShowText to false to print GS1-128 barcode without text label in C# application.
Guide to Create GS1-128 Barcodes in C# ASP.NET Web Project
Add Barcodelib.Barcode.ASP.NET.dll to your web project.
Or add Barcodelib.Barcode.ASP.NET.dll to the Toolbox.
Open the folder barcode in the downloaded trial package and copy files "linear.aspx", "linear.aspx.cs" to your project folder.
Drag LinearASPNET from the Toolbox and drop it on the split part of your aspx page. Then you will see a barcode image. (Note: this barcode generation SDK default barcode image is Code 128.)
Click the produced barcode image and change barcode type to EAN 128 in the Properties Window or generate a GS1-128 barcode with above C# barcoding sample code.
Guide to Generate GS1-128 Barcodes in C# WinForms Project
Add BarcodeLib.Barcode.WinForms.dll from the trial package to your Windows Forms project.
Or Add BarcodeLib.Barcode.WinForms.dll to your Visual Studio Toolbox.
Drag LinearWinForm to your windows form and click generated image. Then, adjust its barcode type to EAN 128 in the Properties Window or create a GS1-128 image with above C# barcoding sample code.
Barcode Images Supported by C#.NET Barcode Generator DLL