This Barcode Symbology is supported by the following Neodynamic products:
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.
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 QuietZoneWidth property (Value is expressed in Inches)
- Set the TopMargin and BottomMargin properties (Values are expressed in Inches)
- Set the Code property with the value to encode. It can be numbers 0 through 9 and the dash symbol (-)
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:
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 (-)