Code 11, also known as USD-8, is a barcode symbology developed by Intermec in 1977. It encodes the numbers 0-9, the dash symbol (-) and the start/stop characters. One or more modulo-11 check digit(s) can be added.
Code 11 symbology is designed and developed for telecommunications application.
.NET WinForms Code 11 Barcode Image Generation Through Control
Download and unzip the free trial package of .NET WinForms Barcode Generator Library.
Add reference (BarcodeLib.Barcode.WinForms.dll) to your Visual Studio Toolbox.
Right click your Visual Studio Toolbox, select menu Choose Items...
In Choose Toolbox Items form, click button Browse..., and select BarcodeLib.Barcode.WinForms.dll.
Four items (LinearWinForm, DataMatrixWinForm, PDF417WinForm and QRCodeWinForm) are added.
Drag LinearWinForm to .NET Windows Forms project in your Visual Studio.
Choose Code 11 barcode under Type item of the Properties window.
Reset other properties of your Code 11 barcode image through the Properties window.
.NET WinForms Code 11 Barcode Generation Using C# & VB Class
How to Generate .NET WinForms Code 11 Barcode Using C# & VB Class
Add reference (BarcodeLib.Barcode.WinForms.dll) to your VS.NET WinForms project.
Create Code 11 barcode image in .NET Windows Forms by compiling sample codes as below.
How to generate Code 11 barcode image in .NET WinForms using C# sample codes