- Full integration into .NET Framework 2.0, 3.0, 3.5 and above versions
- Provide detailed generation guides online, such as Excel barcode tutorial, ASP.NET barcode creation & Java barcode integration
- Easy to add GS1-128/EAN-128 generating SDK for VB.NET to VS 2005/2008/2010
- Create and make GS1-128/EAN 128 linear bar codes in VB.NET Web Form & Windows Forms
- Comprehensive user manual provided for setting GS1-128/EAN 128 image in VB.NET
- Export GS1 128/EAN 128 barcodes without any distortionin and save locally in GIF, BMP, PNG, JPEG, TIFF formats
- Easy to rotate GS1-128/EAN-128 barcode images into 0, 90, 180 and 270 degrees
- Draw and print .NET barcode, barcode Word, barcode Excel & Java barcode in .NET IDEs
- Fast, accurate GS1-128/EAN-128 generation in accordance with latest GS1 standard
- Provide complete unencrypted source code with purchase
VB.NET GS1-128/EAN-128 maker contorl directly uses our KA.Barcode Generator for .NET Suite, which enables developers to easily generate, make GS1-128/EAN-128 in VB.NET class, VB.NET Windows Forms and VB.NET ASP.NET web applications. In order to help developers to encode and create GS1-128/EAN-128 quickly, we give full explanations about how to set and adjust GS1-128/EAN-128 barcode, size, image, and encoded data.
Visual C#.NET. How to Generate Barcodes in Crystal Reports ....
KeepAutomation provides useful barcode generation example for users. ....
How to Generate Barcode Images in ASP.NET Program Using C#, VB.NET. Copy the following C#/ VB.NET barcode samples to string a Code 39 in ASP.NET: ....
more>
GS1-128/EAN-128 Image Setting in VB.NET Class Library
Install Barcode Maker Control into VB.NET Projects
1.
2.
Copy KeepAutomation.Barcode.Windows.dll or KeepAutomation.Barcode.Web.dll to your VB.NET project folder
3.
Open Microsoft Visual Studio, choose "Add Reference" in "Project"
4.
Browse KeepAutomation.Barcode.Windows.dll or KeepAutomation.Barcode.Web.dll
5.
Now you will see "KeepAutomation.Barcode.Web" or "KeepAutomation.Barcode.Windows" under your references
Copy those following VB.NET EAN-128 barcode generating syntax onto you forms:
Dim barcode As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode
barcode.Symbology= KeepAutomation.Barcode.Symbology.EAN128
barcode.CodeToEncode = "(00)GS1-128/EAN-128"
barcode.generateBarcodeToImageFile("C://barcode-gs1-128-vbnet.gif")
Change GS1-128/EAN-128 Barcode Image Rotation
If you want to change the EAN-128 barcode position, KA.Barcode Generator for .NET Suite provides selectable barcode image orientation to rotate GS1-128/EAN-128 barcodes into any angles of 0, 90, 180 or 270 degrees with "Orientation" property. The default is Degree0.
barcode.Orientation = KeepAutomation.Barcode.Orientation.Degree180
You are able to create fixed or random number barcodes, and configure barcode properties, such as ....
For ASP.NET. How to Generate QR Code in ASP.NET Application. How to create QR Code images in ASP.NET web applications using free QR Code Barcode...
more>
Change GS1-128/EAN-128 Barcode Image Resolution
For different printers, the need for barcode image resolution is different. With KA.Barcode Generator for .NET Suite, users may easily change GS1-128/EAN-128 barcode image resolution with "DPI" property that can be used on all printers. The default is 72dpi.
Set GS1-128/EAN-128 Barcode Image Format
KA.Barcode Generator for .NET Suite supports most major image format, like GIF, TIFF, JPEG/JPG, BMP, PNG, to save GS1-128/EAN-128 barcode image in your VB.NET applications. User may change image format within "ImageFormat". The default is "Gif".
barcode.ImageForamt = ImageFormat.Gif
Output GS1-128/EAN-128 Barcode into Other VB.NET Graphics
KA.Barcode Generator for .NET Suitesupports to draw and output GS1-128/EAN-128 Barcode into VB.NET Stream object, Graphics object, ByteArray and Bitmap.
barcode.generateBarcodeToGraphics("Graphics Object")
barcode.generateBarcodeToStream("Stream fileStream")
barcode.generateBarcodeToBitmap()
barcode.generateBarcodeToByteArray()