VB.NET EAN 128, GS1 128 generator
Generate, print EAN 128, GS1-128 barcode label using vb.net


How to generate, display, print EAN 128, GS1-128 barcode image labels in vb.net project without using font. Free download.



  • High-quality EAN-128 1D barcode generator for EAN-128 generation in Visual Basic .NET
  • Programmatically draw and print EAN-128 barcodes in Visual Studio .NET 2005, 2010, etc
  • Create and print scannable EAN-128 barcodes compatible with latest GS1 specifications
  • Encode and integrate 1D EAN-128 barcode images in ASP.NET websites, Microsoft IIS, WinForms, etc
  • Simple to adjust resolution with DPI setting to allow advanced EAN-128 barcode output for printers
  • Easy to customize EAN-128 barcode dimensions like module width, image height, image width, etc
  • Support generating and saving EAN-128 barcodes in Png, Jpeg/Jpg, Gif, Tiff & Bmp/Bitmap image formats
  • Automatically add checksum digit from advanced algorithm to EAN-128 barcode for data security
EAN-128 Barcode Creator Overview in VB.NET
KA.Barcode Generator for .NET Suite allows for generating EAN-128 barcodes as well as other linear and bi-dimensional barcode symbologies in .NET development environments. In addtion, flexible barcoding options are available for developers to adjust generated images with VB.NET sample code below. Download KA.Barcode for .NET Suite evaluation package for free.
EAN-128 Barcode Introduction
GS1-128 is a self-checking linear barcode also named as GS1-128, UCC-128, UCC/EAN-128 & GTIN-128.
  • EAN-128 Encodable Character Set: All ASCII characters, including 0-9, A-Z, a-z, and special characters
  • EAN-128 Data Length: GS1-128 has a variable symbol length
Create EAN-128 in ASP.NET with VB Class
This VB.NET barcode control also supports EAN-128 barcode generation in ASP.NET web applications. If you are interested in it, you can view this ASP.NET barcode generation tutorial with VB class in detail.
Insert EAN-128 in .NET WinForms with VB Class
This VB.NET barcode generation guide in WinForms is quite useful to new developers who are not very familiar with VB.NET EAN-128 barcode creation operations in WinForms. Please read it carefully.
Add EAN-128 in Crystal Reports with VB Class
How to generate EAN-128 barcode image in Crystal Reports with VB class? You can find the answer in this developer guide for VB barcode generation in Crystal Reports.
Generate EAN-128 in RDLC Reports with VB Class
It is available to insert EAN-128 barcode image in RDLC Reports. A tutorial for barcode creation in RDLC Reports with VB sample code is kindly provided. Just follow the tutorial to get user-defined EAN-128 barcode image.
Generate EAN-128 Using VB.NET Sample Code
Developers are allowed to use the following free VB sample code to create EAN-128 barcode image. If necessary, they can also reset properties of generated EAN-128 barcode.
VB Sample code
     Dim ean128 As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode
ean128.Symbology = KeepAutomation.Barcode.Symbology.EAN128
ean128.CodeToEncode = "(12)ean128"

'Apply checksum for EAN128 barcode.
ean128.ChecksumEnabled = True
'Display checksum in EAN128 barcode text
ean128.DisplayChecksum = True

'EAN128 unit of measure, Pixel, Cm and Inch supported.
ean128.BarcodeUnit = KeepAutomation.Barcode.BarcodeUnit.Pixel
'EAN128 image resolution in DPI.
ean128.DPI = 72

'Set EAN128 image size
'EAN128 bar module width (X dimention)
ean128.X = 1
'EAN128 bar module height (Y dimention)
ean128.Y = 60
'Image left margin size, a 10X is automatically added according to specification.
ean128.LeftMargin = 0
'Image right margin size, a 10X is automatically added according to specification.
ean128.RightMargin = 0
'EAN128 image top margin size'
ean128.TopMargin = 0
'EAN128 image bottom margin size'
ean128.BottomMargin = 0

'Orientation, 90, 180, 270 degrees supported' EAN128 image bottom margin
ean128.Orientation = KeepAutomation.Barcode.Orientation.Degree0
'EAN128 image formats in Png, Gif, Jpeg/Jpg, Tiff, Bmp, etc.
ean128.ImageFormat = System.Drawing.Imaging.ImageFormat.Gif
'Set generated EAN128 human readable text style
ean128.DisplayText = True
ean128.TextFont = New Drawing.Font("Arial", 10.0F, Drawing.FontStyle.Regular)
'Space between barcode and text
ean128.TextMargin = 6

ean128.generateBarcodeToImageFile("C://ean128-vb-net.gif")
VB - Web EAN 128VB - Windows EAN 128VB - Crystal EAN 128VB - RDLC EAN 128VB - EAN 128Using C#Using VB.NETData Matrix for VB.NETPDF417 for VB.NETQR Code for VB.NETmoreCodabar for VB.NETCode 39 for VB.NETCode 128 for VB.NETEAN-8 for VB.NETEAN-13 for VB.NETIntelligent Mail for VB.NETInterleaved 2 of 5 for VB.NETISBN for VB.NETITF-14 for VB.NETRM4SCC for VB.NETUPC-A for VB.NETUPC-E for VB.NETmore
KeepAutomation provides complete barcode automation solutions. We recommend the customers use high quality document controls: ASP.NET Document Viewer, ASP.NET MVC Document Viewer, Document Viewer ASP.NET C#, ASP.NET PDF Viewer, ASP.NET Word Viewer, ASP.NET Excel Viewer, ASP.NET PDF Editor, MVC PDF Viewer, ASP.NET Annotate PDF, c# pdf sdk, C# View, edit PDF online , C# Convert PDF to Tiff, C# Convert PDF to text, txt, .net imaging sdk, C# PDF metadata edit from RasterEdge.com.