GS1-128/UCC(EAN)-128 Barcode Generator for .NET Winforms

Robust and powerful barcode control to generate GS1-128 in Windows Forms applications
.NET WinForms GS1-128 Barcode Generator - Benefits
Easy to Use
It is easy to install, and drag this barcode SDK onto your .NET Windows Forms to create desired barcodes. Developers can also generate and customize barcodes using Visual Basic.NET or C# coding. Free sample codes are provided.
.NET Technology
Terrek.Barcode Control for Winforms is a .NET class library that completely written in C#.NET, and compatible with VB.NET, Managed C++, and Borland Delphi for .NET in .NET 2.0, and greater.
High Flexibility
Provide 50+ barcode setting options to specify GS1-128/EAN-128 barcode size, color, rotation, resolution, etc. Human-readable text can be enabled or disabled in barcode with high quality.
Multiple Image Formats Support
Draw barcodes in image files as well as in the memory. The generated GS1-128/EAN-128 can be displayed as GIF, JPEG, BMP and PNG images or you can output GS1-128/EAN-128 to Graphic, Bitmap and Stream .NET objects.
Support GS1-128 Special Settings
Application Identifier for GS1-128 is easy to be generated. It is easy to specify special characters in the input data with "~" for GS1-128/EAN-128 barcodes.
.NET WinForms GS1-128 Barcode Generator - Overview
GS1-128 Barcode Generator for .NET Winforms is a professional and comprehensive .NET component that easily adds barcode generation features to Windows Applications with high quality. Developer may use drag-and-drop implementation as well as VB.NET or C# sample code provided by this Barcode Generate SDK to generate and adjust barcodes.
GS1-128 Introduction
GS1-128, is an application standard of GS1 implementation using the Code 128 barcode specification. It is a high-density, discrete barcode symbology to encode all the ASCII characters. GS1-128 is also known as EAN-128, UCC-128, USS-128, GS1 128, UCC.EAN-128, GTIN-128, UCC-12, EAN/UCC-13, EAN/UCC-14.
.NET WinForms GS1 128/EAN 128 Barcode Generator Encodes:
  • Standard ASCII characters
  • Extended ASCII characters
.NET WinForms GS1-128 Barcode Component - GS1-128 Generation
Generate GS1-128 Using Terrek DotNETControl
  • Download Terrek Trial and unzip
  • Open Visual Studio and create a new project
  • Copy "Terrek.Barcode.DotNET.dll" to your WinForms project folder
    (Do not copy the dll to bin directory, Visual Studio will do so automatically)
  • Add "DotNETControl" to Visual Studio Toolbox
  • Drag "DotNETControl" onto your form. The default barcode is Code 39.
  • Right click on the barcode, and choose "Properties"
  • Adjust barcode type to EAN128, customize barcode data and other properties, and run the project
Generate GS1-128 Barcodes Using Visual Basic.NET and C# Class
  • Download Terrek Trial and unzip
  • Open Visual Studio and create a new project
  • Copy "Terrek.Barcode.DotNET.dll" to your WinForms project folder
    (Do not copy the dll to bin directory, Visual Studio will do so automatically)
  • Add "DotNETControl" to Winforms project reference
  • Write VB.NET or C# code in "Form1.cs" and run the project
You can generate GS1-128 barcodes in Windows Forms applications by using C# class or VB.NET class. Here is the source code of GS1-128 in C# and GS1-128 in VB.NET: GS1-128 in C#, GS1-128 in VB.NET.