7.5

Table Of Contents
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)
Arguments
str
Value of type string to display as a barcode.
Mode
Integer value of the Datamatrix Mode to use.
Value Mode
0 Square
1 Rectangular
errorCorrection
Error correction level to use with the barcode.
Mode Allowed Range
Square 1-24
Rectangular 1-6
barwidth
Width of one barcode bar, in mils (0.001 inch).
Code Sample Example
showbarcodedatamatrix('12345', 0, 5, 12)
ShowBarcodeEAN8 (procedure)
Displays a specified string as a EAN-8 barcode.
©2010 Objectif Lune Inc - 598 -