7.6

Table Of Contents
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.
Syntax
showbarcodeplessey( str, barwidth, readable)
Arguments
str
Value of type string to display as a barcode.
barwidth
Measure of the width of a single barcode bar, in mils (0.001 inch).
readable
Boolean value determining if the human readable portion of the barcode is visible.
Code Sample Example
showbarcodeplessey('1234567')
©2010 Objectif Lune Inc - 604 -