CODABAR : Codabar standard supports digits, and the following characters :
‘A’. ‘E, ‘a’..‘e’, ‘t’, ‘n’, ‘*’, ‘-‘, ‘$’, ‘:’, ‘/’, ‘.’, ‘+’. Length of value to code is optional.
CODE11 : Code11 standard supports only digits, length of value to code is optional.
CODE128 : Code128 standard supports all ASCII characters, where 32<= ord(character) <= 127 (e.g. ‘A’ .. ‘Z’, ‘a’..’z’, ‘0’..’9’, etc.). The length of value to code is optional. WriteBarCodeToRectangle method always generates Code128 barcodes with ‘B’ characterset.
CODE39 : Code39 standard supports digits, and the following characters :
‘A’. ‘Z, ‘a’..‘z’, ‘-’, ‘.’, ‘ ’, ‘$‘, ‘/’, ‘+’, ‘%’. Length of value to code is optional.
EAN8 : EAN8 standard supports only digits. The length of value to code must be 7 or 8. If length is 7, a checkdigit is computed, if length is 8 (checkdigit is already available), the given checkdigit will be used.
EAN13 : EAN13 standard supports only digits. The length of value to code must be 12 or 13. If length is 12, a checkdigit is computed, if length is 13 (checkdigit is already available), the given checkdigit will be used.
INDUSTRIAL 2 FROM 5: Industrial 2 from 5 standard supports only digits, length of value to code is optional.
INTERLEAVED 2 FROM 5: Interleaved 2 from 5 standard supports only digits, length of value to code is optional, but must be even. If length is odd, a 0 is added to the end of the value.
MATRIX 2 FROM 5: Matrix 2 from 5 standard supports only digits, length of value to code is optional.
PLESSEY : Plessey standard supports digits, and the following characters :
‘A’. ‘F, ‘a’..‘f’. Length of value to code is optional.
UPCA : UPC-A standard supports only digits. The length of value to code must be 11 or 12. If length is 11, a checkdigit is computed, if length is 12 (checkdigit is already available), the given checkdigit will be used.
UPCE : UPC-E standard supports only digits. The length of value to code must be 6.