7.6

Table Of Contents
Syntax
showbarcodecode49( str, barwidth)
Arguments
str
Value of type string to display as a barcode.
barwidth
Width of one barcode bar, in mils (0.001 inch).
Code Sample Example
showbarcodecode49('12345', 12)
ShowBarcodeCode93 (procedure)
Displays a specified string as a Code 93 barcode.
Syntax
showbarcodecode93( str, barwidth, readable)
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
Code Sample Example
showbarcodecode93('123456789',12,true)
ShowBarcodeDatamatrix (procedure)
Displays a specified string as a Datamatrix barcode.
Syntax
showbarcodedatamatrix( str, mode, errorcorrection, barwidth)
©2010 Objectif Lune Inc - 596 -