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
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:
All values for barcode dimensions are expressed in INCHES by default. However, Barcode Professional supports other unit of measurement such as Millimeter, Centimeter, and Mils. For modifying the unit of measurement for barcoding, please set up the BarcodeUnit property as needed.
-
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 (-)