Help & Support
Contents
Display Legacy Contents

Search:

Home > Report Designer > Report Controls > Report Elements > Barcode > Code 39 Extended

Code 39 Extended

Home > Report Designer > Report Controls > Report Elements > Barcode > Code 39 Extended

Code 39 Extended


This topic describes how to insert a barcode control of the Code 39 Extended symbology (code type) into a report. In addition, it gives a short description of the Code 39 Extended code type. To learn more about barcodes in XtraReports see the Barcodes Overview topic.

Short Description

It is possible, using the Code 39'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 39 Extended type:


Important Note

The Code 39 Extended barcode, as opposed to Code 39, automatically replaces all necessary characters with special symbols, when required. This means that you don't need to do this manually, otherwise, the result will be incorrect.

For example, if you want to insert a "TAB" character into a barcode's text, simply use "\t", which will be replaced by "$I" for coding, and then into "TAB" after scanning:

Property

Value

XRBarCode.Text "12345\t678"
coded text "12345$I678"
scanned text "12345[TAB]678"




See also



Properties
Article ID:
code_39_extended
Views: 188
Created By: jimdurkin
Modified By: [Modified By]
Created Date: 3/24/2014 12:31 PM
Last Modified: 3/24/2014 12:31 PM
Actions
Print This Article
Bookmark
Email This Article
Previous Article
Next Article