.NET Windows Forms Code 128 Barcode Generator Component


.NET Windows Forms Code 128 Barcode Generator Component is an advanced barcode generating library, which is used for .NET Windows Forms project to create, generate Code 128, Code 128 A, Code 128 B, and Code 128 C using C# and VB class codes.
Overview - Code 128 Windows .NET Barcode Forms Control
The KeepDynamic Code 128 Barcode DLL Class Library for .NET Windows Forms help you integrate Code 128 barcode generating features into your .NET projects. The .NET Code 128 Barcode Control for Windows Forms can easily and quickly create Code 128 barcodes based on the latest Code 128 barcode standards. The .NET Windows Forms Code 128 Barcode control is easy-to-use and supports most popular .NET Development Tools like Microsoft Visual Studio 2005/2008/2010 and Express Editions.
Related barcode creating solutions for generating Code 128 barcode images:
Technologies of Code 128 Barcode Generator for Windows Forms
- Built in managed C# code, this .NET WinForms Code 128 barcode generator is strongly-named and digitally signed
- Using this .NET WinForms barcoding library, users can generate Code 128 barcode images with flexible size
- No barcode fonts are required while using this .NET Windows Forms barcode generator control for printing or saving Code 128 barcodes
- Developed in .NET 2.0 framework, this Code 128 barcode generating component can create Code 128 barcode images in .NET 2.0 and above using .NET prefered languages, like VB.NET, C#
- Using the .NET Code 128 Barcode DLL for Win Forms, Code 128 bar code images can be delivered from XML Web Services
- This .NET WinForms barcoding control can generate Code 128 barcode in Microsoft SQL Reporting Services, RDLC and Crystal Reports
Generate Code 128 Barcode Images Using .NET WinForms Control
- Code 128 Barcodes can be saved as byte stream objects as well as images formats like JPG, PNG, GIF and BMP using this .NET WinForms barcoding control
- Flexible Code 128 barcode orientation support allows the Code 128 barcode being set to 0, 90, 180, 270 degrees
- It also supports the printing of high quality Code 128 barcode images even on low resolution printers like thermal printer
- Code 128 barcode images generated by this .NET WinForms control are supported by most linear barcode scanners
- Using .NET Code 128 Barcode WinForms,DLL, the bar width, margins and barcode generating resolution can be configured to meet specific requirements
How to Generate Code 128 Barcode Using .NET WinForms Control
There are two ways to generate & create Code 128 barcode images in .NET Windows Forms project. Following are detailed guidance for Code 128 barcode generation in Windows Forms Controller and Windows Forms class application.
For Code 128 Barcode Generation in Windows Forms Controller
- Add KeepDynamic.BarCode.Windows.dll to your Windows Forms project
- Add KeepDynamic.BarCode.Windows.dll to Visual Studio Toolbox, after which, you can see new items visible on the toolbox, that is, BarCodeControl, QRCodeControl, DataMatrixControl, and PDF417Control
- Drag & drop BarCodeControl to your .NET WinForms project and generated barcode image is standard Code 128 barcode
- Click generated Code 128 barcode images and adjust its properties values in the Properties window
For Code 128 Barcode Generation in Windows Forms Classes
- Add KeepDynamic.BarCode.Windows.dll to your Windows Forms project
- Add KeepDynamic.BarCode.Windows.dll to Visual Studio Toolbox
- Copy following C# or VB.NET class code to your WinForms project
Use C# code to generate Code 128 barcode image in Windows Forms project
// generate linear barcode object
BarCode barcode = new BarCode();
// Set barcode type to Code-128
barcode.SymbologyType = SymbologyType.Code128;
// Enter encodable value to Code128 barcode
barcode.CodeText = "Code128";
// set Code 128 barcode image settings
// Set bar width of Code 128
barcode.X = 3;
// set Code 128 barcode image
barcode.BarCodeWidth = 450;
barcode.BarCodeHeight = 90;
// save generated barcode images to png image file using C#
barcode.drawBarcode("C://kdcode128.png");
Use VB.NET code to generate Code 128 barcode image in Windows Forms project
' generate linear barcode object
Dim barcode As New BarCode()
' Set barcode type to Code-128
barcode.SymbologyType = SymbologyType.Code128
' Enter encodable value to Code128 barcode
barcode.CodeText = "Code128"
' set Code 128 barcode image settings
' Set bar width of Code 128
barcode.X = 3
' set Code 128 barcode image
barcode.BarCodeWidth = 450
barcode.BarCodeHeight = 90
' save generated barcode images to png image file using VB.NET
barcode.drawBarcode("C://kdcode128.png")
.NET WinForms Code 128 Barcode Generating Control Supported Barcode Types
.NET Code 128 Windows Forms Barcode Generator DLL & Control supports generating most common linear (1D) and matrix (2D) bar code standards, including:
- 2D Barcodes: QR Code Forms control, PDF417 WinForms control and Data Matrix WinForms control.
- Alphanumeric Barcodes: Code 39 Forms control, Code 93 Forms control, Code 128 Forms control and GS1-128 (UCC/EAN-128) Forms control.
- UPC / EAN Barcodes: EAN 13 WinForms control, EAN 8 WinForms control, UPC A Forms control, UPC E WinForms control , ISBN WinForms control and ISSN WinForms control.
- Numeric Barcodes: Code 11 WinForms control, Codabar WinForms control and MSI Plessey WinForms control.
- Code 2 of 5 based Barcodes: Standard 2 of 5 WinForms control, Interleaved 2 of 5 WinForms control and ITF14 WinForms control.
- Postal Barcodes: Intelligent Mail Barcode(USPS OneCode Solution), USPS POSTNET WinForms control, USPS PLANET WinForms control, Identcode (Deutsche Post, DHL), Leitcode (Deutsche Post, DHL) and RM4SCC (Royal Mail 4-State Customer Barcode).