7.5

Table Of Contents
Code Sample Example
showbarcodeonecode('0123456709498765432101234567891')
ShowBarcodePDF417 (procedure)
Displays a specified string as a PDF 417 Code barcode.
Syntax
showbarcodepdf417( str, mode, columns, truncated, errorcorrection, barwidth)
Arguments
str
Value of type string to display as a barcode.
Mode
Integer value of the PDF 417 mode to use.
Value Mode
0 Text
1 ASCII Plus
2 Numeric
columns
Integer value (1-20) of the number of columns to use.
truncated
Boolean value to decide to use the truncated version of the barcode
errorcorrection
Integer value (0-8) of the error correction level to use.
barwidth
Integer value of the barwidth of a single bar in the PDF 417
Code Sample Example
showbarcodepdf417('123456',0,2,false,5,12)
ShowBarcodePlessey (procedure)
Displays a specified string as a plessey barcode.
©2010 Objectif Lune Inc - 605 -