7.5

Table Of Contents
Syntax
showbarcodeean8( str, subset,[readable, barwidth] )
Arguments
str
Value of type string to display as a barcode.
Subset
The subset of EAN-8 to use
0 EAN-8
1 EAN-8 ext.2
2 EAN-8 ext.5
readable
Optional boolean that enables display of the human readable portion of the barcode. Default = True.
barwidth
Optional width of one barcode bar, in mils (0.001 inch). Default = 12mils.
Code Sample Example
showbarcodeean8('0133558',0)
ShowBarcodeEAN13 (procedure)
Displays a specified string as a EAN-13 barcode.
Syntax
showbarcodeean13( str, subset,[readable, barwidth] )
Arguments
str
Value of type string to display as a barcode.
Subset
The subset of EAN-13 to use
0 EAN-13
1 EAN-13 ext.2
2 EAN-13 ext.5
readable
Optional boolean that enables display of the human readable portion of the barcode. Default = True.
©2010 Objectif Lune Inc - 599 -