Code 11 for .NET WinForms
Code 11 Winforms Generator - Overview
  • Code 11 bar code image generator for Winforms in .NET project
  • A clear structured and strongly named DLLs
  • Compatible with Window Control Library and Web Control Library in .NET
  • Support Windows application, console application, and class library
  • Compute check digits for Code 11 automatically
  • Increase the white spaces around the symbol
  • Supported by .NET 2.0 and later versions
Code 11 - Brief Introduction

The installation of Code 11 Winforms Generator into Winforms is straightforward. Dynamic Code 11 could be generated easily using Code 11 Winforms Generator. Code 11 Winforms Generator could be used to draw Code 11 in Windows applications. At the same time, it could be add to Winforms to stream Code 11 barcode image via Winforms.
Code 11 Winforms Generator - Generating Sample Code

1. How to generate Code 11 barcodes with Visual C# .NET


using BusinessRefinery.Barcode;

// construct a linear barcode object

Linear winformscode11 = new Linear();

// set linear barcode symbology to be code11

winformscode11.Symbology = Symbology.code11;

// set UPC-A code text to encode

winformscode11.Code = "Code 11";

//draw barcode and save into image file in gif format

winformscode11.drawBarcode2ImageFile("code11-in-winformscsharp.gif");


2. How to generate Code 11 using Visual Basic in .NET


// construct a linear barcode object

Dim winformscode11 As BusinessRefinery.Barcode.Linear

winformscode11 = New BusinessRefinery.Barcode.Linear()

// set linear barcode symbology to be code11

winformscode11.Symbology = BusinessRefinery.Barcode.Symbology.code11

// set UPC-A code text to encode

winformscode11.Code = "Code 11"

//draw barcode and save into image file in gif format

winformscode11.drawBarcode2ImageFile("code11-in-winformsvb.gif")




Quick Links