This topic describes how to insert a barcode control of the Code 93
Extended symbology (code type) into a report. In addition, it gives a short
description of the Code 93 Extended code type. To learn more about
barcodes in XtraReports see the Barcodes Overview topic.
Short Description
It is possible, using Code 93's "Full ASCII Mode" to encode all 128 ASCII
characters. This is accomplished by using the ($), (/), (%), and (+) symbols as
"shift" characters. These characters combined with the single character that
follows indicate which Full ASCII character is to be used.
Barcode's Properties
The following properties should be set to specify a particular barcode of the
Code 93 Extended type:
BarCodeGeneratorBase.CalcCheckSum.
This property is used to specify whether to calculate a checksum for the barcode
or not. The default value is true.