7.5

Table Of Contents
Arguments
str
Value of type string to display as a barcode.
barwidth
Width of one barcode bar, in mils (0.001 inch).
readable
Boolean that enables display of the human readable portion of the barcode
bearers
Boolean that enables bearer bars surrounding the barcode
Code Sample Example
showbarcode2of5('123456789',12,true,true)
ShowBarcodeAustPost (procedure)
Displays a specified string as an Australia Post barcode.
Syntax
showbarcodeaustpost( str)
Arguments
str
Value of type string to display as a barcode.
Code Sample Example
showbarcodeaustpost('56439111ABA 9')
ShowBarcodeAztec (procedure)
Displays a specified string as an Aztec barcode.
Syntax
showbarcodeaztec( str, mode, errorcorrection, barwidth)
Arguments
str
Value of type string to display as a barcode.
©2010 Objectif Lune Inc - 592 -