VB.NET EAN-13 Bar Code Generator Component


VB.NET EAN-13 Bar Code Generator Component is a professional VB.NET EAN-13 barcode generating SDK, which can generate & draw EAN-13 barcode images for .NET applications using VB.NET class code.
Overview - VB.NET EAN-13 Bar Code Generator Component
EAN-13, a.k.a. European Article Number 13, EAN-13 Supplement 5/Five-digit Add-On, EAN-13 Supplement 2/Two-digit Add-On, UPC-13, GS1-13, EAN/UCC-13, is used to track consumer products internationally. This VB.NET Barcode generator, provided by KeepDynamic.com, is aimed to create & generate EAN-13 barcode images in VB.NET applications.
Related barcode generating solutions for EAN-13 images generation in .NET applications:
Features - VB.NET EAN-13 Bar Code Generator Component
EAN-13 VB.NET Barcode Generator Technologies
- Integrate strong EAN-13 barcode generating function into an easy-to-use VB.NET dll
- Built in .NET 2.0 and written in managed C# code, this VB.NET EAN-13 barcode generator library can be easily integrated into .NET developing tool, like Visual Studio
- Compatible with EAN-13 barcode generation in ASP.NET web site, Windows Forms project, Console application, SSRS, RDLC & Crystal Reports
EAN-13 Barcode Customization of VB.NET Barcode Generator Library
- This EAN-13 VB.NET Barcode Generator supports the image formats such as JPEG, GIF, TIFF, BMP, and PNG
- Properties of EAN-13, such as the barcode size, are able to be configured according to users' requirements
- Image orientation support 0, 90, 180, or 270 degrees
- With the thermal printer support, high quality EAN-13 barcode images are able to be printed on high resolution printers as well as on low resolution printers
- Text Options enables or disables the human-readable text in the EAN-13 VB. NET barcode generator
Free VB.NET Class Code for EAN-13 Barcode Generation in VB.NET Application
Dim barcode As KeepDynamic.Barcode.Generator.BarCode
barcode = New KeepDynamic.Barcode.Generator.BarCode()
'Change the creating symbology to EAN13 barcode type
barcode.SymbologyType = SymbologyType.EAN13
'Assign 12 data digits that are encoded into EAN13 barcode symbology.
'Encodable character set of EAN13 is as follow,
' Numeric characters: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
'EAN13 symbology encodes a fixed data length of 13 digits inclusive of the check digit
' Enter a 12-digit data
barcode.CodeText = "123456789012"
'Enable the checksum option for EAN13 barcode symbology
'so that the barcode library computes the check digit automatically
barcode.EnableChecksum = True
'Select the graphic measurements as Pixel to EAN13 barcode
barcode.GraphicsUnit = KeepDynamic.Barcode.Generator.GraphicsUnit.Pixel
'Set the values of bar width and bar height to EAN13 barcode
barcode.X = 1
barcode.Y = 75
'Set the margin distance around the EAN13 barcode symbol
barcode.LeftMargin = 10
barcode.RightMargin = 10
barcode.TopMargin = 10
barcode.BottomMargin = 10
' Adjust generated EAN-13 barcode image size
barcode.BarCodeWidth = 140
barcode.BarCodeHeight = 120
'Set the resolution of EAN13 barcode image that is drawn to,
'and change the EAN13 barcode image orientation
barcode.Resolution = 72
barcode.Rotate = Rotate.Rotate0
'Display the characters encoded into the EAN13 barcode symbology
'Set the font style of characters encoded into the EAN13 barcode
barcode.DisplayCodeText = True
barcode.CodeTextFont = New System.Drawing.Font("Arial", 11.0F, System.Drawing.FontStyle.Regular)
'Set EAN13 barcode drawing image format to PNG in VB.NET
'Generate EAN13 barcode image in Visual Basic .NET
barcode.Format = System.Drawing.Imaging.ImageFormat.Png
barcode.drawBarcode("C://barcode-ean13-vbnet.png")
Barcode Types - VB.NET EAN-13 Barcode Generator Control
- 2D Barcodes: Data Matrix, PDF-417 and QR-Code.
- UPC / EAN Barcodes: EAN-8, EAN-13, ISBN, ISSN, UPC-A and UPC-E.
- Alphanumeric Barcodes: Code-39, Code-93, Code-128 and GS1-128/UCC/EAN-128.
- Numeric Barcodes: Identcode, Leitcode, Codabar and Code-11.
- Code 2 of 5 based Barcodes: Code 2 of 5, Interleaved 2 of 5 and ITF-14.
- Postal Barcodes: POSTNET, PLANET, USPS Intelligent Mail Barcode (OneCode), RM4SCC and MSI Plessey.