How to Create EAN-13 Barcodes in .NET Windows Forms Applications
Professional EAN-13 .NET WinForms Barcode Generator, widely used 10+ years
Receiving high remarks from more than 1000 .NET barcoding project developers
Generate high-quality EAN-13 images with an easy-to-use .NET Barcode Library DLL
Offer advanced features for EAN-13 barcode settings flexibly in .NET WinForms project
Capable of saving generated EAN-13 barcodes in various image formats
Perfectly comply with .NET Frameworks 2.0, 3.0, 3.5 and later versions
Brief Introduction of 1D EAN-13 Barcode .NET WinForms
EAN-13 Barcode can be often seen in daily products. This numeric-only barcode is mainly used to encode Global Trade Item Numbers. As our EAN-13 .NET WinForms Barcode Generator is developed under the guidance of GS1 General Specification, all the created EAN-13 images are definitely compatible with the latest industry standards.
Install Linear EAN-13 .NET WinForms Barcode Generator Component
You can add Barcodelib.Barcode.WinForms.dll to both project reference and Toolbox.
To project reference
Right click in "Solution Explorer" and click "Add Reference".
Next, though "Browse", you could find Barcodelib.Barcode.WinForms.dll in the downloaded trial.
To Toolbox
Right click in Toolbox and choose "Choose Items...".
Then by clicking "Browse", you could locate Barcodelib.Barcode.WinForms.dll in the downloaded evaluation package.
After you add the DLL, you could see four items in the toolbox, similar to the following picture.
Generate Linear EAN-13 Barcode in .NET Windows Forms Program
Once you install the EAN-13 .NET WinForms SDK, you could generate EAN-13 barcodes in the .NET Windows Forms. The following is operation process:
Drag LinearWinForm from the Toolbox and drop it on your .NET Windows Form. And a Code 128 will be created.
Then, please set barcode type to EAN-13, and set its related parameters the right Properties window, like barcode data "123456789123".
Click the form to update EAN-13 barcode image.
Create EAN-13 Barcode in .NET Windows Forms with C# or VB Codes
Our EAN-13 .NET WinForms DLL could, of course, help users generate EAN-13 images in .NET WinForms in C# or VB codes. Free sample codes are listed below.