Code 11 Barcode
This Symbology is also known as Code11,
USD-8, USD8
Overview
Code 11 was developed as a high-density numeric-only
symbology. The symbology is discrete and is able to encode the numbers 0
through 9, the dash symbol (-), and start/stop characters.
It is used primarily in labeling telecommunications equipment.
Code 11 is not terribly secure in that printing imperfections
can quite easily convert one character into another valid character. Data
integrity is obtained by using one, or sometimes two, check characters.

Sample of a Code 11 Barcode
How to create Code 11 barcodes using BarcodeItem
Note: Please refer to the Class
Reference documentation for more information about the properties and methods
stated in this document.
In order to get a Code 11 barcode image, please follow these
steps:
-
Set the Symbology property to Code11
-
Set the AddChecksum property to True
-
Tip: You can rid of the checksum value from the Human Readable text by
setting up to False the DisplayChecksum property
-
Setting up dimensions and quiet zones:
-
Set the BarWidth and BarHeight properties (Values are expressed
in Inches)
-
Set the QuietZone property (Value is expressed in Inches)
-
Set the Code property with the value to encode. It can be numbers 0
through 9 and the dash symbol (-)
Example of Code 11 barcode images
Code property = 12345-67890 will produce the
following barcode image:
|